Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAntoine du Hamel <duhamelantoine1995@gmail.com>2021-05-03 12:15:35 +0300
committerDaniele Belardi <dwon.dnl@gmail.com>2021-05-05 11:45:30 +0300
commit26e318a321a872bc0f41e60706bb49381684afb2 (patch)
tree68a57459a1a3a44c4fda969a6a53820ae6d863ff /src
parentefd70f43618cc3d3b33eb7a0a065a21e5611b429 (diff)
doc: use `HEAD` instead of `master` for links
PR-URL: https://github.com/nodejs/node/pull/38518 Reviewed-By: Michaƫl Zasso <targos@protonmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Darshan Sen <raisinten@gmail.com>
Diffstat (limited to 'src')
-rw-r--r--src/node_version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/node_version.h b/src/node_version.h
index c01a6450eb0..b0265b02a3c 100644
--- a/src/node_version.h
+++ b/src/node_version.h
@@ -84,7 +84,7 @@
* if it can be made ABI compatible with the previous version.
*
* The registry of used NODE_MODULE_VERSION numbers is located at
- * https://github.com/nodejs/node/blob/master/doc/abi_version_registry.json
+ * https://github.com/nodejs/node/blob/HEAD/doc/abi_version_registry.json
* Extenders, embedders and other consumers of Node.js that require ABI
* version matching should open a pull request to reserve a number in this
* registry.