From 9ff7568aa35e3cbea11a45ba06a75f8882f0a77d Mon Sep 17 00:00:00 2001 From: antonioortegajr Date: Fri, 2 Jul 2021 10:39:23 -0700 Subject: [PATCH 1/2] Update README.md --- packages/@aws-cdk/aws-ecr-assets/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/@aws-cdk/aws-ecr-assets/README.md b/packages/@aws-cdk/aws-ecr-assets/README.md index a2d7ff50d8773..bcff8310f8ae5 100644 --- a/packages/@aws-cdk/aws-ecr-assets/README.md +++ b/packages/@aws-cdk/aws-ecr-assets/README.md @@ -77,10 +77,10 @@ The mechanics of where these images are published and how are intentionally kept does not support customizations such as specifying the ECR repository name or tags. If you are looking for a way to _publish_ image assets to an ECR repository in your control, you should consider using -[wchaws/cdk-ecr-deployment], which is able to replicate an image asset from the CDK-controlled ECR repository to a repository of +[cdklabs/cdk-ecr-deployment], which is able to replicate an image asset from the CDK-controlled ECR repository to a repository of your choice. -Here an example from the [wchaws/cdk-ecr-deployment] project: +Here an example from the [cdklabs/cdk-ecr-deployment] project: ```ts import * as ecrdeploy from 'cdk-ecr-deployment'; From 5ea535e39b13e20948604db7ce2c02011be3b1a9 Mon Sep 17 00:00:00 2001 From: antonioortegajr Date: Fri, 2 Jul 2021 10:42:19 -0700 Subject: [PATCH 2/2] Update README.md --- packages/@aws-cdk/aws-ecr-assets/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/@aws-cdk/aws-ecr-assets/README.md b/packages/@aws-cdk/aws-ecr-assets/README.md index bcff8310f8ae5..188d0a4ceb96e 100644 --- a/packages/@aws-cdk/aws-ecr-assets/README.md +++ b/packages/@aws-cdk/aws-ecr-assets/README.md @@ -99,7 +99,7 @@ new ecrdeploy.ECRDeployment(this, 'DeployDockerImage', { You are welcome to +1 [this GitHub issue](https://github.com/aws/aws-cdk/issues/12597) if you would like to see native support for this use-case in the AWS CDK. -[wchaws/cdk-ecr-deployment]: https://github.com/wchaws/cdk-ecr-deployment +[cdklabs/cdk-ecr-deployment]: https://github.com/cdklabs/cdk-ecr-deployment ## Pull Permissions