Skip to content

Commit

Permalink
docs(prlint): fix wrong path in sample commands (#31295)
Browse files Browse the repository at this point in the history
### 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*
  • Loading branch information
go-to-k authored Sep 3, 2024
1 parent 775c58c commit ef38e06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/@aws-cdk/prlint/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ to the PR.
# Installation

```console
cd tools/prlint
cd tools/@aws-cdk/prlint
yarn install
```

Expand Down

0 comments on commit ef38e06

Please sign in to comment.