From ce103b202d50c7a8a40e6d94daca0c4dd5141da7 Mon Sep 17 00:00:00 2001 From: Guy Hawkins <2242982+ghawk1ns@users.noreply.github.com> Date: Wed, 3 Nov 2021 10:25:28 -0700 Subject: [PATCH] fix: correctly link to core app (#133) --- site/content/en/docs/Concepts/accounts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/en/docs/Concepts/accounts.md b/site/content/en/docs/Concepts/accounts.md index c2cc9b5d..7b5f5919 100644 --- a/site/content/en/docs/Concepts/accounts.md +++ b/site/content/en/docs/Concepts/accounts.md @@ -121,5 +121,5 @@ large S3 objects and/ or large container images. ## Technical Details. Amazon Genomics CLI core infrastructure is defined in code and deployed by [AWS CDK](https://aws.amazon.com/cdk/). The CDK app responsible for creating the core -infrastructure can be found in [`packages/cdk/core/`](/~https://github.com/aws/amazon-genomics-cli/packages/cdk/core). +infrastructure can be found in [`packages/cdk/apps/core/`](/~https://github.com/aws/amazon-genomics-cli/tree/main/packages/cdk/apps/core).