Skip to content

Commit ef2d799

Browse files
authored
docs(codepipeline-actions): fix permission's link for ECRBuildAndPublish (#34015)
### Reason for this change It appears that the structure and the link on the permissions page of the CodePipeline action has changed. ### Checklist - [x] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md) ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1 parent f16d69a commit ef2d799

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/aws-cdk-lib/aws-codepipeline-actions/lib/ecr/build-and-publish-action.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ export class EcrBuildAndPublishAction extends Action {
100100

101101
protected bound(scope: Construct, stage: codepipeline.IStage, options: codepipeline.ActionBindOptions):
102102
codepipeline.ActionConfig {
103-
// see: https://docs.aws.amazon.com/codepipeline/latest/userguide/how-to-custom-role.html#edit-role-ECRBuildAndPublish
103+
// see: https://docs.aws.amazon.com/codepipeline/latest/userguide/action-reference-ECRBuildAndPublish.html#edit-role-ECRBuildAndPublish
104104
if (this.props.registryType === RegistryType.PUBLIC) {
105105
// Public registry
106106
const repositoryArn = cdk.Stack.of(scope).formatArn({

0 commit comments

Comments
 (0)