| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 4785755 commit 74f0760
12 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -378,7 +378,7 @@ For pull requests introducing new core modules: | |||
| 378 | 378 | Node-API provides an ABI-stable API guaranteed for future Node.js versions. | |
| 379 | 379 | Node-API additions call for unusual care and scrutiny. If a change adds to | |
| 380 | 380 | `node_api.h`, `js_native_api.h`, `node_api_types.h`, or `js_native_api_types.h`, | |
| 381 | - consult [the relevant guide](https://github.com/nodejs/node/blob/master/doc/guides/adding-new-napi-api.md). | ||
| 381 | + consult [the relevant guide](https://github.com/nodejs/node/blob/HEAD/doc/guides/adding-new-napi-api.md). | ||
| 382 | 382 | ||
| 383 | 383 | ### Deprecations | |
| 384 | 384 | ||
@@ -815,8 +815,8 @@ If you cannot find who to cc for a file, `git shortlog -n -s <file>` can help. | |||
| 815 | 815 | [commit message guidelines]: contributing/pull-requests.md#commit-message-guidelines | |
| 816 | 816 | [commit-example]: https://github.com/nodejs/node/commit/b636ba8186 | |
| 817 | 817 | [git-email]: https://help.github.com/articles/setting-your-commit-email-address-in-git/ | |
| 818 | - [git-node]: https://github.com/nodejs/node-core-utils/blob/master/docs/git-node.md | ||
| 819 | - [git-node-metadata]: https://github.com/nodejs/node-core-utils/blob/master/docs/git-node.md#git-node-metadata | ||
| 818 | + [git-node]: https://github.com/nodejs/node-core-utils/blob/HEAD/docs/git-node.md | ||
| 819 | + [git-node-metadata]: https://github.com/nodejs/node-core-utils/blob/HEAD/docs/git-node.md#git-node-metadata | ||
| 820 | 820 | [git-username]: https://help.github.com/articles/setting-your-username-in-git/ | |
| 821 | 821 | [node-core-utils-credentials]: https://github.com/nodejs/node-core-utils#setting-up-credentials | |
| 822 | 822 | [node-core-utils-issues]: https://github.com/nodejs/node-core-utils/issues | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -40,4 +40,4 @@ that you *might* be wrong is critical for any successful open collaboration. | |||
| 40 | 40 | ||
| 41 | 41 | Don't be a bad actor. | |
| 42 | 42 | ||
| 43 | - [Code of Conduct]: https://github.com/nodejs/admin/blob/master/CODE_OF_CONDUCT.md | ||
| 43 | + [Code of Conduct]: https://github.com/nodejs/admin/blob/HEAD/CODE_OF_CONDUCT.md | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -53,7 +53,7 @@ project's GitHub organization plus a few contributions to the project | |||
| 53 | 53 | (commenting on issues or PRs) can apply for and become a triager. Open a PR | |
| 54 | 54 | on the README.md of this project with: i) a request to be added as a triager, | |
| 55 | 55 | ii) the motivation for becoming a triager, and iii) agreement on reading, | |
| 56 | - understanding, and adhering to the project's [Code Of Conduct](https://github.com/nodejs/admin/blob/master/CODE_OF_CONDUCT.md). | ||
| 56 | + understanding, and adhering to the project's [Code Of Conduct](https://github.com/nodejs/admin/blob/HEAD/CODE_OF_CONDUCT.md). | ||
| 57 | 57 | ||
| 58 | 58 | The triage role enables the ability to carry out the most common triage | |
| 59 | 59 | activities, such as applying labels and closing/reopening/assigning issues. | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -591,7 +591,7 @@ More than one subsystem may be valid for any particular issue or pull request. | |||
| 591 | 591 | ||
| 592 | 592 | [Building guide]: ../../../BUILDING.md | |
| 593 | 593 | [CI (Continuous Integration) test run]: #ci-testing | |
| 594 | - [Code of Conduct]: https://github.com/nodejs/admin/blob/master/CODE_OF_CONDUCT.md | ||
| 594 | + [Code of Conduct]: https://github.com/nodejs/admin/blob/HEAD/CODE_OF_CONDUCT.md | ||
| 595 | 595 | [Collaborator Guide]: ../collaborator-guide.md | |
| 596 | 596 | [IRC in the #node-dev channel]: https://webchat.freenode.net?channels=node-dev&uio=d4 | |
| 597 | 597 | [Onboarding guide]: ../../../onboarding.md | |
@@ -600,5 +600,5 @@ More than one subsystem may be valid for any particular issue or pull request. | |||
| 600 | 600 | [guide for writing tests in Node.js]: ../writing-tests.md | |
| 601 | 601 | [hiding-a-comment]: https://help.github.com/articles/managing-disruptive-comments/#hiding-a-comment | |
| 602 | 602 | [https://ci.nodejs.org/]: https://ci.nodejs.org/ | |
| 603 | - [pull request template]: https://raw.githubusercontent.com/nodejs/node/master/.github/PULL_REQUEST_TEMPLATE.md | ||
| 603 | + [pull request template]: https://raw.githubusercontent.com/nodejs/node/HEAD/.github/PULL_REQUEST_TEMPLATE.md | ||
| 604 | 604 | [running tests]: ../../../BUILDING.md#running-tests | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -400,7 +400,7 @@ even `try` and `catch` **will** break. | |||
| 400 | 400 | [R.20]: https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines#Rr-owner | |
| 401 | 401 | [R.21]: https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines#Rr-unique | |
| 402 | 402 | [Run Time Type Information]: https://en.wikipedia.org/wiki/Run-time_type_information | |
| 403 | - [aliased_buffer.h]: https://github.com/nodejs/node/blob/master/src/aliased_buffer.h#L12 | ||
| 403 | + [aliased_buffer.h]: https://github.com/nodejs/node/blob/HEAD/src/aliased_buffer.h#L12 | ||
| 404 | 404 | [cppref_auto_ptr]: https://en.cppreference.com/w/cpp/memory/auto_ptr | |
| 405 | - [errors]: https://github.com/nodejs/node/blob/master/doc/guides/using-internal-errors.md | ||
| 405 | + [errors]: https://github.com/nodejs/node/blob/HEAD/doc/guides/using-internal-errors.md | ||
| 406 | 406 | [without C++ exception handling]: https://gcc.gnu.org/onlinedocs/libstdc++/manual/using_exceptions.html#intro.using.exception.no | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -108,5 +108,5 @@ For topics not covered here, refer to the [Microsoft Writing Style Guide][]. | |||
| 108 | 108 | [`remark-preset-lint-node`]: https://github.com/nodejs/remark-preset-lint-node | |
| 109 | 109 | [doctools README]: ../../tools/doc/README.md | |
| 110 | 110 | [info string]: https://github.github.com/gfm/#info-string | |
| 111 | - [language]: https://github.com/highlightjs/highlight.js/blob/master/SUPPORTED_LANGUAGES.md | ||
| 111 | + [language]: https://github.com/highlightjs/highlight.js/blob/HEAD/SUPPORTED_LANGUAGES.md | ||
| 112 | 112 | [plugin]: https://editorconfig.org/#download | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -431,4 +431,4 @@ as their support has ended. | |||
| 431 | 431 | [V8MergingPatching]: https://github.com/v8/v8/wiki/Merging%20&%20Patching | |
| 432 | 432 | [V8TemplateMergeRequest]: https://bugs.chromium.org/p/v8/issues/entry?template=Node.js%20merge%20request | |
| 433 | 433 | [V8TemplateUpstreamBug]: https://bugs.chromium.org/p/v8/issues/entry?template=Node.js%20upstream%20bug | |
| 434 | - [`git-node`]: https://github.com/nodejs/node-core-utils/blob/master/docs/git-node.md#git-node-v8 | ||
| 434 | + [`git-node`]: https://github.com/nodejs/node-core-utils/blob/HEAD/docs/git-node.md#git-node-v8 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -44,7 +44,7 @@ and announces them on the [`tz-announce`](https://mm.icann.org/pipermail/tz-anno | |||
| 44 | 44 | mailing list. | |
| 45 | 45 | ||
| 46 | 46 | The Unicode project takes new releases and publishes | |
| 47 | - [updated time zone data files](https://github.com/unicode-org/icu-data/tree/master/tzdata/icunew) | ||
| 47 | + [updated time zone data files](https://github.com/unicode-org/icu-data/tree/HEAD/tzdata/icunew) | ||
| 48 | 48 | in the icu/icu-data repository. | |
| 49 | 49 | ||
| 50 | 50 | All modern versions of Node.js use the version 44 ABI of the time zone data | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -194,7 +194,7 @@ When cherry-picking commits, if there are simple conflicts you can resolve | |||
| 194 | 194 | them. Otherwise, add the `backport-requested-vN.x` label to the original PR | |
| 195 | 195 | and post a comment stating that it does not land cleanly and will require a | |
| 196 | 196 | backport PR. You can refer the owner of the PR to the "[Backporting to Release | |
| 197 | - Lines](https://github.com/nodejs/node/blob/master/doc/guides/backporting-to-release-lines.md)" guide. | ||
| 197 | + Lines](https://github.com/nodejs/node/blob/HEAD/doc/guides/backporting-to-release-lines.md)" guide. | ||
| 198 | 198 | ||
| 199 | 199 | If commits were cherry-picked in this step, check that the test still pass and | |
| 200 | 200 | push to the staging branch to keep it up-to-date. | |
@@ -249,7 +249,7 @@ defined, so if in doubt, please confer with someone that will have a more | |||
| 249 | 249 | informed perspective, such as a member of the NAN team. | |
| 250 | 250 | ||
| 251 | 251 | A registry of currently used `NODE_MODULE_VERSION` values is maintained at | |
| 252 | - <https://github.com/nodejs/node/blob/master/doc/abi_version_registry.json>. | ||
| 252 | + <https://github.com/nodejs/node/blob/HEAD/doc/abi_version_registry.json>. | ||
| 253 | 253 | When bumping `NODE_MODULE_VERSION`, you should choose a new value not listed | |
| 254 | 254 | in the registry. Also include a change to the registry in your commit to | |
| 255 | 255 | reflect the newly used value. | |
@@ -882,8 +882,8 @@ commits may be listed as notable changes on a case-by-case basis. Use your | |||
| 882 | 882 | judgment there. | |
| 883 | 883 | ||
| 884 | 884 | [Build issue tracker]: https://github.com/nodejs/build/issues/new | |
| 885 | - [CI lockdown procedure]: https://github.com/nodejs/build/blob/master/doc/jenkins-guide.md#restricting-access-for-security-releases | ||
| 886 | - [Partner Communities]: https://github.com/nodejs/community-committee/blob/master/governance/PARTNER_COMMUNITIES.md | ||
| 887 | - [nodejs.org release-post.js script]: https://github.com/nodejs/nodejs.org/blob/master/scripts/release-post.js | ||
| 885 | + [CI lockdown procedure]: https://github.com/nodejs/build/blob/HEAD/doc/jenkins-guide.md#restricting-access-for-security-releases | ||
| 886 | + [Partner Communities]: https://github.com/nodejs/community-committee/blob/HEAD/governance/PARTNER_COMMUNITIES.md | ||
| 887 | + [nodejs.org release-post.js script]: https://github.com/nodejs/nodejs.org/blob/HEAD/scripts/release-post.js | ||
| 888 | 888 | [nodejs.org repository]: https://github.com/nodejs/nodejs.org | |
| 889 | 889 | [webchat.freenode.net]: https://webchat.freenode.net/ | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -57,11 +57,11 @@ information described. | |||
| 57 | 57 | ||
| 58 | 58 | ## Release day | |
| 59 | 59 | ||
| 60 | - * [ ] [Lock CI](https://github.com/nodejs/build/blob/master/doc/jenkins-guide.md#before-the-release) | ||
| 60 | + * [ ] [Lock CI](https://github.com/nodejs/build/blob/HEAD/doc/jenkins-guide.md#before-the-release) | ||
| 61 | 61 | ||
| 62 | 62 | * [ ] The releaser(s) run the release process to completion. | |
| 63 | 63 | ||
| 64 | - * [ ] [Unlock CI](https://github.com/nodejs/build/blob/master/doc/jenkins-guide.md#after-the-release) | ||
| 64 | + * [ ] [Unlock CI](https://github.com/nodejs/build/blob/HEAD/doc/jenkins-guide.md#after-the-release) | ||
| 65 | 65 | ||
| 66 | 66 | * [ ] Post-release announcement in reply [email][]: ***LINK TO EMAIL*** | |
| 67 | 67 | ||
@@ -84,7 +84,7 @@ information described. | |||
| 84 | 84 | links to the release blogs in the "Public Reference" section) | |
| 85 | 85 | ||
| 86 | 86 | * [ ] PR machine-readable JSON descriptions of the vulnerabilities to the | |
| 87 | - [core](https://github.com/nodejs/security-wg/tree/master/vuln/core) | ||
| 87 | + [core](https://github.com/nodejs/security-wg/tree/HEAD/vuln/core) | ||
| 88 | 88 | vulnerability DB. ***LINK TO PR*** | |
| 89 | 89 | ||
| 90 | 90 | * [ ] Close this issue | |
| Back | FazBrowse Home | New Git URL |
0 commit comments