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>
This commit is contained in:
Yuan-Ming Hsu 2024-12-11 03:13:22 +08:00 committed by GitHub
parent b9329306c6
commit 549037f772
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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