Skip to content

Commit ef38e06

Browse files
authored
docs(prlint): fix wrong path in sample commands (#31295)
### Reason for this change In the sample commands: ```console cd tools/prlint yarn install ``` But the correct path is `tools/@aws-cdk/prlint`. ### Description of changes Fix the path. ### Description of how you validated changes ### 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 775c58c commit ef38e06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/@aws-cdk/prlint/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ to the PR.
4848
# Installation
4949

5050
```console
51-
cd tools/prlint
51+
cd tools/@aws-cdk/prlint
5252
yarn install
5353
```
5454

0 commit comments

Comments
 (0)