doc: fix some 404 links
PR-URL: https://github.com/nodejs/node/pull/32200 Reviewed-By: Myles Borins <myles.borins@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
This commit is contained in:
parent
b2d3466649
commit
509a184820
@ -121,7 +121,7 @@ included in the API docs will also be checked when running `make lint` (or
|
||||
use `REPLACEME` for the version number in the documentation YAML.
|
||||
|
||||
For contributing C++ code, you may want to look at the
|
||||
[C++ Style Guide](../../cpp-style-guide.md), as well as the
|
||||
[C++ Style Guide](../cpp-style-guide.md), as well as the
|
||||
[README of `src/`](../../../src/README.md) for an overview over Node.js
|
||||
C++ internals.
|
||||
|
||||
@ -582,14 +582,14 @@ If you want to know more about the code review and the landing process, see the
|
||||
[Collaborator Guide][].
|
||||
|
||||
[approved]: #getting-approvals-for-your-pull-request
|
||||
[benchmark results]: ../../../benchmark/writing-and-running-benchmarks.md
|
||||
[benchmark results]: ../writing-and-running-benchmarks.md
|
||||
[Building guide]: ../../../BUILDING.md
|
||||
[CI (Continuous Integration) test run]: #ci-testing
|
||||
[Code of Conduct]: https://github.com/nodejs/admin/blob/master/CODE_OF_CONDUCT.md
|
||||
[Collaborator Guide]: ../../../COLLABORATOR_GUIDE.md
|
||||
[Collaborator Guide]: ../collaborator-guide.md
|
||||
[guide for writing tests in Node.js]: ../writing-tests.md
|
||||
[hiding-a-comment]: https://help.github.com/articles/managing-disruptive-comments/#hiding-a-comment
|
||||
[https://ci.nodejs.org/]: https://ci.nodejs.org/
|
||||
[IRC in the #node-dev channel]: https://webchat.freenode.net?channels=node-dev&uio=d4
|
||||
[Onboarding guide]: ../../onboarding.md
|
||||
[Onboarding guide]: ../../../onboarding.md
|
||||
[running tests]: ../../../BUILDING.md#running-tests
|
||||
|
@ -239,13 +239,13 @@ needs to be pointed out separately during the onboarding.
|
||||
the [summit](https://github.com/nodejs/summit) repository for details.
|
||||
|
||||
[Code of Conduct]: https://github.com/nodejs/admin/blob/master/CODE_OF_CONDUCT.md
|
||||
[`author-ready`]: https://github.com/nodejs/node/blob/master/COLLABORATOR_GUIDE.md#author-ready-pull-requests
|
||||
[`author-ready`]: doc/guides/collaborator-guide.md#author-ready-pull-requests
|
||||
[`core-validate-commit`]: https://github.com/nodejs/core-validate-commit
|
||||
[`git-node`]: https://github.com/nodejs/node-core-utils/blob/master/docs/git-node.md
|
||||
[`node-core-utils`]: https://github.com/nodejs/node-core-utils
|
||||
[Landing Pull Requests]: https://github.com/nodejs/node/blob/master/COLLABORATOR_GUIDE.md#landing-pull-requests
|
||||
[Landing Pull Requests]: doc/guides/collaborator-guide.md#landing-pull-requests
|
||||
[Publicizing or hiding organization membership]: https://help.github.com/articles/publicizing-or-hiding-organization-membership/
|
||||
[set up the credentials]: https://github.com/nodejs/node-core-utils#setting-up-credentials
|
||||
[two-factor authentication]: https://help.github.com/articles/securing-your-account-with-two-factor-authentication-2fa/
|
||||
[using a TOTP mobile app]: https://help.github.com/articles/configuring-two-factor-authentication-via-a-totp-mobile-app/
|
||||
[who-to-cc]: ../COLLABORATOR_GUIDE.md#who-to-cc-in-the-issue-tracker
|
||||
[who-to-cc]: doc/guides/collaborator-guide.md#who-to-cc-in-the-issue-tracker
|
||||
|
Loading…
x
Reference in New Issue
Block a user