@@ -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/
0 commit comments