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:
authorGautham B A <gautham.bangalore@gmail.com>2019-07-06 08:35:56 +0300
committerRich Trott <rtrott@gmail.com>2019-07-06 20:11:09 +0300
commitd0e3c2346ffeabc7447bf4efcba28a2ed4d6d3f8 (patch)
treeeeb16de8b6fbc49b38a2b937fcfd4d5bde40a3ac /BUILDING.md
parent8850ef276ad215b7449cee713bc6096d067c33f7 (diff)
doc: fix link in build instructions
The right one is #prerequisites. PR-URL: https://github.com/nodejs/node/pull/28572 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Diffstat (limited to 'BUILDING.md')
-rw-r--r--BUILDING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILDING.md b/BUILDING.md
index a1946ac7c53..abb47cf1294 100644
--- a/BUILDING.md
+++ b/BUILDING.md
@@ -29,7 +29,7 @@ file a new issue.
* [Building the documentation](#building-the-documentation)
* [Building a debug build](#building-a-debug-build)
* [Windows](#windows)
- * [Prerequisites](#prerequisites-1)
+ * [Prerequisites](#prerequisites)
* [Option 1: Manual install](#option-1-manual-install)
* [Option 1: Automated install with Boxstarter](#option-1-automated-install-with-boxstarter)
* [Building Node.js](#building-nodejs-1)