| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent b875346 commit d2ce8e9
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -121,7 +121,7 @@ included in the API docs will also be checked when running `make lint` (or | |||
| 121 | 121 | use `REPLACEME` for the version number in the documentation YAML. | |
| 122 | 122 | ||
| 123 | 123 | For contributing C++ code, you may want to look at the | |
| 124 | - [C++ Style Guide](../../cpp-style-guide.md), as well as the | ||
| 124 | + [C++ Style Guide](../cpp-style-guide.md), as well as the | ||
| 125 | 125 | [README of `src/`](../../../src/README.md) for an overview over Node.js | |
| 126 | 126 | C++ internals. | |
| 127 | 127 | ||
@@ -582,14 +582,14 @@ If you want to know more about the code review and the landing process, see the | |||
| 582 | 582 | [Collaborator Guide][]. | |
| 583 | 583 | ||
| 584 | 584 | [approved]: #getting-approvals-for-your-pull-request | |
| 585 | - [benchmark results]: ../../../benchmark/writing-and-running-benchmarks.md | ||
| 585 | + [benchmark results]: ../writing-and-running-benchmarks.md | ||
| 586 | 586 | [Building guide]: ../../../BUILDING.md | |
| 587 | 587 | [CI (Continuous Integration) test run]: #ci-testing | |
| 588 | 588 | [Code of Conduct]: https://github.com/nodejs/admin/blob/master/CODE_OF_CONDUCT.md | |
| 589 | - [Collaborator Guide]: ../../../COLLABORATOR_GUIDE.md | ||
| 589 | + [Collaborator Guide]: ../collaborator-guide.md | ||
| 590 | 590 | [guide for writing tests in Node.js]: ../writing-tests.md | |
| 591 | 591 | [hiding-a-comment]: https://help.github.com/articles/managing-disruptive-comments/#hiding-a-comment | |
| 592 | 592 | [https://ci.nodejs.org/]: https://ci.nodejs.org/ | |
| 593 | 593 | [IRC in the #node-dev channel]: https://webchat.freenode.net?channels=node-dev&uio=d4 | |
| 594 | - [Onboarding guide]: ../../onboarding.md | ||
| 594 | + [Onboarding guide]: ../../../onboarding.md | ||
| 595 | 595 | [running tests]: ../../../BUILDING.md#running-tests | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -239,13 +239,13 @@ needs to be pointed out separately during the onboarding. | |||
| 239 | 239 | the [summit](https://github.com/nodejs/summit) repository for details. | |
| 240 | 240 | ||
| 241 | 241 | [Code of Conduct]: https://github.com/nodejs/admin/blob/master/CODE_OF_CONDUCT.md | |
| 242 | - [`author-ready`]: https://github.com/nodejs/node/blob/master/COLLABORATOR_GUIDE.md#author-ready-pull-requests | ||
| 242 | + [`author-ready`]: doc/guides/collaborator-guide.md#author-ready-pull-requests | ||
| 243 | 243 | [`core-validate-commit`]: https://github.com/nodejs/core-validate-commit | |
| 244 | 244 | [`git-node`]: https://github.com/nodejs/node-core-utils/blob/master/docs/git-node.md | |
| 245 | 245 | [`node-core-utils`]: https://github.com/nodejs/node-core-utils | |
| 246 | - [Landing Pull Requests]: https://github.com/nodejs/node/blob/master/COLLABORATOR_GUIDE.md#landing-pull-requests | ||
| 246 | + [Landing Pull Requests]: doc/guides/collaborator-guide.md#landing-pull-requests | ||
| 247 | 247 | [Publicizing or hiding organization membership]: https://help.github.com/articles/publicizing-or-hiding-organization-membership/ | |
| 248 | 248 | [set up the credentials]: https://github.com/nodejs/node-core-utils#setting-up-credentials | |
| 249 | 249 | [two-factor authentication]: https://help.github.com/articles/securing-your-account-with-two-factor-authentication-2fa/ | |
| 250 | 250 | [using a TOTP mobile app]: https://help.github.com/articles/configuring-two-factor-authentication-via-a-totp-mobile-app/ | |
| 251 | - [who-to-cc]: ../COLLABORATOR_GUIDE.md#who-to-cc-in-the-issue-tracker | ||
| 251 | + [who-to-cc]: doc/guides/collaborator-guide.md#who-to-cc-in-the-issue-tracker | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments