Skip to content

Commit 6f0e8fb

Browse files
authored
docs(bootstrap-template): update bootstrap template link (#33892)
### Issue # (if applicable) Closes #33738. ### Reason for this change Bootstrap template location moved from `aws-cdk` to `aws-cdk-cli`. ### Description of changes Updated the link to the bootstrap template. ### Describe any new or updated permissions being added None ### Description of how you validated changes Verified link is valid. ### Checklist - [X] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md) ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1 parent 3fe58b5 commit 6f0e8fb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

design/cdk-bootstrap.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -326,4 +326,4 @@ This should make sure the CFN update succeeds.
326326
## Bootstrap template
327327

328328
The bootstrap template used by the CLI command can be found in the
329-
[aws-cdk package](../packages/aws-cdk/lib/api/bootstrap/bootstrap-template.yaml).
329+
[`aws-cdk-cli` package](https://github.com/aws/aws-cdk-cli/blob/main/packages/aws-cdk/lib/api/bootstrap/bootstrap-template.yaml).

packages/@aws-cdk/app-staging-synthesizer-alpha/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ These credentials must have the ability to perform CloudFormation calls,
169169
lookup resources in your account, and perform CloudFormation deployment.
170170
For a full list of what is necessary, see `LookupRole`, `DeploymentActionRole`,
171171
and `CloudFormationExecutionRole` in the
172-
[bootstrap template](https://github.com/aws/aws-cdk/blob/main/packages/aws-cdk/lib/api/bootstrap/bootstrap-template.yaml).
172+
[bootstrap template](https://github.com/aws/aws-cdk-cli/blob/main/packages/aws-cdk/lib/api/bootstrap/bootstrap-template.yaml).
173173

174174
```ts
175175
import { BucketEncryption } from 'aws-cdk-lib/aws-s3';

0 commit comments

Comments
 (0)