From 50e704e23b89e09d524d4e82276d534451582bdd Mon Sep 17 00:00:00 2001 From: Simon Li Date: Wed, 25 May 2022 13:24:07 +0100 Subject: [PATCH] Fix some doc links to CF templates --- doc/deployment/Prerequisites.md | 2 +- doc/deployment/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/deployment/Prerequisites.md b/doc/deployment/Prerequisites.md index 642c8e2c..56d72007 100644 --- a/doc/deployment/Prerequisites.md +++ b/doc/deployment/Prerequisites.md @@ -74,7 +74,7 @@ Ensure the encryption key setup in Step 1A is also automatically applied to all button *Enable trusted access* - [ ] Press button: [*Create StackSet*](https://eu-west-2.console.aws.amazon.com/cloudformation/home?region=eu-west-2#/stacksets/create) - [ ] Select option *Service-managed permissions* -- [ ] Select option *Upload a template file* to upload CloudFormation template file: [landing zone encryption](../../src/pre_requisites/templates/LandingZoneEncryption-Cfn.yaml) and press on button *Next* +- [ ] Select option *Upload a template file* to upload CloudFormation template file: [landing zone encryption](../../src/pre_requisites/LandingZoneEncryption-Cfn.yaml) and press on button *Next* - [ ] Provide *StackSet name*: "ControlTowerSetup-EncryptionKey" and press on button *Next* twice - [ ] For *Deployment targets*, ensure *Automatic deployment* is set to Enabled and select region *eu-west-2 (London)*, then press on button *Next* and *Submit* diff --git a/doc/deployment/README.md b/doc/deployment/README.md index 483b5a94..1d585aed 100644 --- a/doc/deployment/README.md +++ b/doc/deployment/README.md @@ -62,7 +62,7 @@ Any package management requirements such as availability and security will need | 1 | ServiceWorkbench | [Official Open-Source Repository](https://github.com/awslabs/service-workbench-on-aws/releases/tag/v5.1.1) | | 2 | Data Lake | [CloudFormation Template](../../src/data_lake/DataLake-Cfn.yaml) | | 3 | Data Egress Application | [CDKv1 Application](./) | -| 4 | Project Budget Controls | [CloudFormation Template](../../src/components/ProjectBudgetControl-Cfn.yaml) | +| 4 | Project Budget Controls | [CloudFormation Template](../../src/components/budget_controls/ProjectBudgetControl-Cfn.yaml) | | 5 | Workspace Backup | [CDKv2 Application](./) | ## [Installation Guide](./INSTALLATION.md)