Skip to content

Commit 1487d9e

Browse files
authored
docs(codepipeline): Replaces old link to CodePipeline docs with new one (#24452)
Closes #24248 ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1 parent 1f62c43 commit 1487d9e

File tree

1 file changed

+1
-1
lines changed
  • packages/@aws-cdk/aws-codepipeline-actions

1 file changed

+1
-1
lines changed

packages/@aws-cdk/aws-codepipeline-actions/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -845,7 +845,7 @@ const deployStage = pipeline.addStage({
845845
When deploying across accounts, especially in a CDK Pipelines self-mutating pipeline,
846846
it is recommended to provide the `role` property to the `EcsDeployAction`.
847847
The Role will need to have permissions assigned to it for ECS deployment.
848-
See [the CodePipeline documentation](https://docs.aws.amazon.com/codepipeline/latest/userguide/how-to-custom-role.html#how-to-update-role-new-services)
848+
See [the CodePipeline documentation](https://docs.aws.amazon.com/codepipeline/latest/userguide/security-iam.html#how-to-custom-role)
849849
for the permissions needed.
850850

851851
#### Deploying ECS applications stored in a separate source code repository

0 commit comments

Comments
 (0)