Skip to content

Commit b66b0ca

Browse files
authored
docs(aws-codebuild): Fix module name in README"@aws-cdk/@aws-codepipeline-actions" => "aws-cdk/aws-codepipeline-actions" (#23309)
Hi folks, I believe there is no need in `@` inside in the name of `@aws-cdk/@aws-codepipeline-actions`. Please let me know if this minor change makes sense. Thank you ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1 parent 7b7294c commit b66b0ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@aws-cdk/aws-codebuild/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ const project = new codebuild.PipelineProject(this, 'Project', {
158158
})
159159
```
160160

161-
For more details, see the readme of the `@aws-cdk/@aws-codepipeline-actions` package.
161+
For more details, see the readme of the `@aws-cdk/aws-codepipeline-actions` package.
162162

163163
## Caching
164164

0 commit comments

Comments
 (0)