summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGautham B A <gautham.bangalore@gmail.com>2019-07-06 11:05:56 +0530
committerRich Trott <rtrott@gmail.com>2019-07-06 10:11:09 -0700
commitd0e3c2346ffeabc7447bf4efcba28a2ed4d6d3f8 (patch)
treeeeb16de8b6fbc49b38a2b937fcfd4d5bde40a3ac
parent8850ef276ad215b7449cee713bc6096d067c33f7 (diff)
downloadandroid-node-v8-d0e3c2346ffeabc7447bf4efcba28a2ed4d6d3f8.tar.gz
android-node-v8-d0e3c2346ffeabc7447bf4efcba28a2ed4d6d3f8.tar.bz2
android-node-v8-d0e3c2346ffeabc7447bf4efcba28a2ed4d6d3f8.zip
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>
-rw-r--r--BUILDING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILDING.md b/BUILDING.md
index a1946ac7c5..abb47cf129 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)