Skip to content

Commit

Permalink
chore(codepipeline-actions): fix a typo in the ReadMe
Browse files Browse the repository at this point in the history
There was an unnecessary ')' in a Markdown link,
making it render incorrectly on our API page.
  • Loading branch information
skinny85 committed Mar 17, 2021
1 parent 20a2820 commit a0c0cbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-codepipeline-actions/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -680,7 +680,7 @@ const deployStage = pipeline.addStage({
#### Deploying ECS applications stored in a separate source code repository

The idiomatic CDK way of deploying an ECS application is to have your Dockerfiles and your CDK code in the same source code repository,
leveraging [Docker Assets])(https://docs.aws.amazon.com/cdk/latest/guide/assets.html#assets_types_docker),
leveraging [Docker Assets](https://docs.aws.amazon.com/cdk/latest/guide/assets.html#assets_types_docker),
and use the [CDK Pipelines module](https://docs.aws.amazon.com/cdk/api/latest/docs/pipelines-readme.html).

However, if you want to deploy a Docker application whose source code is kept in a separate version control repository than the CDK code,
Expand Down

0 comments on commit a0c0cbb

Please sign in to comment.