doc: fix incorrect link to style guide

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: https://github.com/nodejs/node/pull/41119
PR-URL: https://github.com/nodejs/node/pull/56181
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
pull/56329/head
Yuan-Ming Hsu 2024-12-11 03:13:22 +08:00 committed by Ruy Adorno
parent 0331b3fdd3
commit bb880dd21a
No known key found for this signature in database
GPG Key ID: 97B01419BD92F80A
1 changed files with 1 additions and 1 deletions

View File

@ -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