AWS AWSCloudFormation documentation change
Summary
Updated documentation links to CodeBuild Docker images and compute types with corrected URL formatting
Security assessment
The changes only fix URL formatting by adding double slashes in documentation links. No security-related content was added or modified.
Diff
diff --git a/AWSCloudFormation/latest/TemplateReference/aws-properties-codebuild-project-environment.md b/AWSCloudFormation/latest/TemplateReference/aws-properties-codebuild-project-environment.md index d24848012..2fadd222a 100644 --- a//AWSCloudFormation/latest/TemplateReference/aws-properties-codebuild-project-environment.md +++ b//AWSCloudFormation/latest/TemplateReference/aws-properties-codebuild-project-environment.md @@ -159 +159 @@ The image tag or image digest that identifies the Docker image to use for this b -For more information, see [Docker images provided by CodeBuild](https://docs.aws.amazon.com/codebuild/latest/userguide/build-env-ref-available.html) in the _AWS CodeBuild user guide_. +For more information, see [Docker images provided by CodeBuild](https://docs.aws.amazon.com//codebuild/latest/userguide/build-env-ref-available.html) in the _AWS CodeBuild user guide_. @@ -243 +243 @@ If you're using compute fleets during project creation, `type` will be ignored. -For more information, see [Build environment compute types](https://docs.aws.amazon.com/codebuild/latest/userguide/build-env-ref-compute-types.html) in the _AWS CodeBuild user guide_. +For more information, see [Build environment compute types](https://docs.aws.amazon.com//codebuild/latest/userguide/build-env-ref-compute-types.html) in the _AWS CodeBuild user guide_.