Skip to content

Commit

Permalink
doc: fix incorrect link to style guide
Browse files Browse the repository at this point in the history
The link to the style guide in `pull-requests.md` linked to the main
`README.md` instead of `doc/README.md`. This commit fixes the link.

Refs: nodejs#41119
  • Loading branch information
technic960183 committed Dec 8, 2024
1 parent b5056be commit 5cf336a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/contributing/pull-requests.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ If you are modifying code, please be sure to run `make lint` (or
code style guide.

Any documentation you write (including code comments and API documentation)
should follow the [Style Guide](../../README.md). Code samples
should follow the [Style Guide](../../doc/README.md). Code samples
included in the API docs will also be checked when running `make lint` (or
`vcbuild.bat lint` on Windows). If you are adding to or deprecating an API,
add or change the appropriate YAML documentation. Use `REPLACEME` for the
Expand Down

0 comments on commit 5cf336a

Please sign in to comment.