Skip to content

Commit

Permalink
docs(aws-codebuild): Fix module name in README"@aws-cdk/@aws-codepipe…
Browse files Browse the repository at this point in the history
…line-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*
  • Loading branch information
yuyokk committed Dec 10, 2022
1 parent 7b7294c commit b66b0ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-codebuild/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ const project = new codebuild.PipelineProject(this, 'Project', {
})
```

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

## Caching

Expand Down

0 comments on commit b66b0ca

Please sign in to comment.