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" (aws#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 authored and Brennan Ho committed Feb 22, 2023
1 parent 8ab9113 commit 97bdfc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-codebuild/README.md
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 97bdfc3

Please sign in to comment.