Skip to content

Commit 4f4af63

Browse files
committed
doc: update Collaborator Guide reference
In pull-requests.md: * Refer to the Collaborator Guide as Collaborator Guide and not Collaborator's Guide. That is how the doc describes itself and we should be consistent.
1 parent bdf5be9 commit 4f4af63

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

doc/guides/contributing/pull-requests.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ so that you can make the actual changes. This is where we will start.
3535
* [Getting Approvals for your Pull Request](#getting-approvals-for-your-pull-request)
3636
* [CI Testing](#ci-testing)
3737
* [Waiting Until the Pull Request Gets Landed](#waiting-until-the-pull-request-gets-landed)
38-
* [Check Out the Collaborator's Guide](#check-out-the-collaborators-guide)
38+
* [Check Out the Collaborator Guide](#check-out-the-collaborator-guide)
3939

4040
## Dependencies
4141

@@ -644,17 +644,17 @@ doesn't need to wait. A Pull Request may well take longer to be
644644
merged in. All these precautions are important because Node.js is
645645
widely used, so don't be discouraged!
646646

647-
### Check Out the Collaborator's Guide
647+
### Check Out the Collaborator Guide
648648

649-
If you want to know more about the code review and the landing process,
650-
you can take a look at the
651-
[collaborator's guide](https://github.com/nodejs/node/blob/master/COLLABORATOR_GUIDE.md).
649+
If you want to know more about the code review and the landing process, see the
650+
[Collaborator Guide][].
652651

653652
[approved]: #getting-approvals-for-your-pull-request
654653
[benchmark results]: ../writing-and-running-benchmarks.md
655654
[Building guide]: ../../../BUILDING.md
656655
[CI (Continuous Integration) test run]: #ci-testing
657656
[Code of Conduct]: https://github.com/nodejs/admin/blob/master/CODE_OF_CONDUCT.md
657+
[Collaborator Guide]: ../../../COLLABORATOR_GUIDE.md
658658
[guide for writing tests in Node.js]: ../writing-tests.md
659659
[https://ci.nodejs.org/]: https://ci.nodejs.org/
660660
[IRC in the #node-dev channel]: https://webchat.freenode.net?channels=node-dev&uio=d4

0 commit comments

Comments
 (0)