From 6b2e987629e7e0210f8d1f3ea246877ad100d215 Mon Sep 17 00:00:00 2001 From: Shixian Sheng Date: Fri, 17 May 2024 14:27:44 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3e7d92cc..5e3bb09c 100644 --- a/README.md +++ b/README.md @@ -65,14 +65,14 @@ new ecrdeploy.ECRDeployment(this, 'DeployDockerImage3', { })); ``` -## Sample: [test/example.ecr-deployment.ts](./test/example.ecr-deployment.ts) +## Sample: [test/example.ecr-deployment.ts](https://github.com/cdklabs/cdk-ecr-deployment/tree/main/test/example.ecr-deployment.ts) ```shell # Run the following command to try the sample. NO_PREBUILT_LAMBDA=1 npx cdk deploy -a "npx ts-node -P tsconfig.dev.json --prefer-ts-exts test/example.ecr-deployment.ts" ``` -## [API](./API.md) +## [API](https://github.com/cdklabs/cdk-ecr-deployment/tree/main/API.md) ## Tech Details & Contribution