AWS Security ChangesHomeSearch

AWS cdk documentation change

Service: cdk · 2025-04-20 · Documentation low

File: cdk/v1/guide/assets.md

Summary

Updated internal documentation links to use hyphens instead of underscores in anchor references

Security assessment

Changes are purely cosmetic fixes for internal link formatting with no security implications.

Diff

diff --git a/cdk/v1/guide/assets.md b/cdk/v1/guide/assets.md
index e352d59d8..0b9f8d542 100644
--- a//cdk/v1/guide/assets.md
+++ b//cdk/v1/guide/assets.md
@@ -15 +15 @@ You add assets through APIs that are exposed by specific AWS constructs. For exa
-When you refer to an asset in your app, the [cloud assembly](./apps.html#apps_cloud_assembly) synthesized from your application includes metadata information with instructions for the AWS CDK CLI on where to find the asset on the local disk, and what type of bundling to perform based on the type of asset, such as a directory to compress (zip) or a Docker image to build.
+When you refer to an asset in your app, the [cloud assembly](./apps.html#apps-cloud-assembly) synthesized from your application includes metadata information with instructions for the AWS CDK CLI on where to find the asset on the local disk, and what type of bundling to perform based on the type of asset, such as a directory to compress (zip) or a Docker image to build.
@@ -19 +19 @@ The AWS CDK generates a source hash for assets, which can be used at constructio
-By default, the AWS CDK creates a copy of the asset in the cloud assembly directory, which defaults to `cdk.out`, under the source hash. This is so that the cloud assembly is self-contained and moved over to a different host for deployment. See [Cloud assemblies](./apps.html#apps_cloud_assembly) for details.
+By default, the AWS CDK creates a copy of the asset in the cloud assembly directory, which defaults to `cdk.out`, under the source hash. This is so that the cloud assembly is self-contained and moved over to a different host for deployment. See [Cloud assemblies](./apps.html#apps-cloud-assembly) for details.
@@ -275 +275 @@ Java `.jar` files are ZIP files with a different extension. These will be upload
-Amazon S3 asset types also expose [deploy-time attributes](./resources.html#resources_attributes) that can be referenced in AWS CDK libraries and apps. The AWS CDK CLI command **cdk synth** displays asset properties as AWS CloudFormation parameters.
+Amazon S3 asset types also expose [deploy-time attributes](./resources.html#resources-attributes) that can be referenced in AWS CDK libraries and apps. The AWS CDK CLI command **cdk synth** displays asset properties as AWS CloudFormation parameters.
@@ -560 +560 @@ C#
-The `my-image` directory must include a Dockerfile. The AWS CDK CLI builds a Docker image from `my-image`, pushes it to an Amazon ECR repository, and specifies the name of the repository as an AWS CloudFormation parameter to your stack. Docker image asset types expose [deploy-time attributes](./resources.html#resources_attributes) that can be referenced in AWS CDK libraries and apps. The AWS CDK CLI command **cdk synth** displays asset properties as AWS CloudFormation parameters.
+The `my-image` directory must include a Dockerfile. The AWS CDK CLI builds a Docker image from `my-image`, pushes it to an Amazon ECR repository, and specifies the name of the repository as an AWS CloudFormation parameter to your stack. Docker image asset types expose [deploy-time attributes](./resources.html#resources-attributes) that can be referenced in AWS CDK libraries and apps. The AWS CDK CLI command **cdk synth** displays asset properties as AWS CloudFormation parameters.