Skip to content

Commit

Permalink
doc: fix incorrect anchoring (#vcbuild.bat -> #vcbuildbat)
Browse files Browse the repository at this point in the history
PR-URL: #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>
  • Loading branch information
justin0022 authored and targos committed Oct 3, 2018
1 parent ce006eb commit 548934d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/guides/maintaining-the-build-files.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

Expand Down

0 comments on commit 548934d

Please sign in to comment.