summaryrefslogtreecommitdiff
path: root/doc/guides
diff options
context:
space:
mode:
authorJustin Lee <justin.lee@ubc.ca>2018-10-01 21:38:04 -0700
committerVse Mozhet Byt <vsemozhetbyt@gmail.com>2018-10-02 09:07:44 +0300
commit250957b61e99053d805724315361d8ab352f1204 (patch)
tree9855129a2429ee7f2d1ee7ac8e683fb160fd4bc7 /doc/guides
parent9b00c84e9d7c619f9cef6223d4bfbb41820fa1f9 (diff)
downloadandroid-node-v8-250957b61e99053d805724315361d8ab352f1204.tar.gz
android-node-v8-250957b61e99053d805724315361d8ab352f1204.tar.bz2
android-node-v8-250957b61e99053d805724315361d8ab352f1204.zip
doc: fix incorrect anchoring (#vcbuild.bat -> #vcbuildbat)
PR-URL: https://github.com/nodejs/node/pull/23211 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Denys Otrishko <shishugi@gmail.com> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Diffstat (limited to 'doc/guides')
-rw-r--r--doc/guides/maintaining-the-build-files.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/guides/maintaining-the-build-files.md b/doc/guides/maintaining-the-build-files.md
index d6e4b0be24..f3f7bbf5e2 100644
--- a/doc/guides/maintaining-the-build-files.md
+++ b/doc/guides/maintaining-the-build-files.md
@@ -17,7 +17,7 @@ There are three main build files that may be directly run when building Node.js:
- `vcbuild.bat`: A Windows Batch Script that locates build tools, provides a
subset of the targets available in the [Makefile](#makefile), and a few
targets of its own. For a detailed guide on this script, see
- [vcbuild.bat](#vcbuild.bat).
+ [vcbuild.bat](#vcbuildbat).
- `Makefile`: A Makefile that can be run with GNU Make. It provides a set of
targets that build and test the Node.js binary, produce releases and
documentation, and interact with the CI to run benchmarks or tests. For a
@@ -41,7 +41,7 @@ need to update the configuration process.
To see the help text, run `make help`. This file is not generated, it is
maintained by humans. Note that this is not usually run on Windows, where
-[vcbuild.bat](#vcbuild.bat) is used instead.
+[vcbuild.bat](#vcbuildbat) is used instead.
### Options