AWS cdk documentation change
Summary
Updated documentation links to use hyphens instead of underscores in filenames and anchor links
Security assessment
Changes involve URL formatting adjustments without altering security content. PGP key references were already present and only anchor links were modified.
Diff
diff --git a/cdk/v1/guide/home.md b/cdk/v1/guide/home.md index 8329837f5..47a0bb860 100644 --- a//cdk/v1/guide/home.md +++ b//cdk/v1/guide/home.md @@ -44 +44 @@ The AWS CDK supports TypeScript, JavaScript, Python, Java, C#/.Net, and Go. Deve -It's easier to show than to explain! Here's some CDK code that creates an Amazon ECS service with AWS Fargate launch type (this is the code we use in the [Creating an AWS Fargate service using the AWS CDK](./ecs_example.html)). +It's easier to show than to explain! Here's some CDK code that creates an Amazon ECS service with AWS Fargate launch type (this is the code we use in the [Creating an AWS Fargate service using the AWS CDK](./ecs-example.html)). @@ -250 +250 @@ And let's not forget... code completion within your IDE or editor! -It's easy to [get set up](./getting_started.html) and [write your first CDK app](./hello_world.html). Short code examples are available throughout this Guide in the AWS CDK's supported programming languages: TypeScript, JavaScript, Python, Java, and C#. Longer examples are available [in our GitHub repository](https://github.com/aws-samples/aws-cdk-examples/tree/CDKv1). +It's easy to [get set up](./getting-started.html) and [write your first CDK app](./hello-world.html). Short code examples are available throughout this Guide in the AWS CDK's supported programming languages: TypeScript, JavaScript, Python, Java, and C#. Longer examples are available [in our GitHub repository](https://github.com/aws-samples/aws-cdk-examples/tree/CDKv1). @@ -309 +309 @@ In addition to this guide, the following other resources are available to AWS CD - * [AWS CDK OpenPGP key](./pgp-keys.html#cdk_pgp_key) + * [AWS CDK OpenPGP key](./pgp-keys.html#cdk-pgp-key) @@ -311 +311 @@ In addition to this guide, the following other resources are available to AWS CD - * [jsii OpenPGP key](./pgp-keys.html#jsii_pgp_key) + * [jsii OpenPGP key](./pgp-keys.html#jsii-pgp-key)