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
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 /BUILDING.md
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 'BUILDING.md')
-rw-r--r--BUILDING.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/BUILDING.md b/BUILDING.md
index 07f16f8bdcd..e190abe70db 100644
--- a/BUILDING.md
+++ b/BUILDING.md
@@ -660,7 +660,7 @@ $ make
## `Intl` (ECMA-402) support
-[Intl](https://github.com/nodejs/node/blob/master/doc/api/intl.md) support is
+[Intl](https://github.com/nodejs/node/blob/HEAD/doc/api/intl.md) support is
enabled by default.
### Build with full ICU support (all locales supported by ICU)
@@ -804,4 +804,4 @@ When Node.js is built (with an intention to distribute) with an ABI
incompatible with the official Node.js builds (e.g. using a ABI incompatible
version of a dependency), please reserve and use a custom `NODE_MODULE_VERSION`
by opening a pull request against the registry available 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>.