Skip to content

Commit 548934d

Browse files
justin0022targos
authored andcommitted
doc: fix incorrect anchoring (#vcbuild.bat -> #vcbuildbat)
PR-URL: #23211 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Denys Otrishko <[email protected]> Reviewed-By: Gireesh Punathil <[email protected]> Reviewed-By: Vse Mozhet Byt <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent ce006eb commit 548934d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/guides/maintaining-the-build-files.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ There are three main build files that may be directly run when building Node.js:
1717
- `vcbuild.bat`: A Windows Batch Script that locates build tools, provides a
1818
subset of the targets available in the [Makefile](#makefile), and a few
1919
targets of its own. For a detailed guide on this script, see
20-
[vcbuild.bat](#vcbuild.bat).
20+
[vcbuild.bat](#vcbuildbat).
2121
- `Makefile`: A Makefile that can be run with GNU Make. It provides a set of
2222
targets that build and test the Node.js binary, produce releases and
2323
documentation, and interact with the CI to run benchmarks or tests. For a
@@ -41,7 +41,7 @@ need to update the configuration process.
4141

4242
To see the help text, run `make help`. This file is not generated, it is
4343
maintained by humans. Note that this is not usually run on Windows, where
44-
[vcbuild.bat](#vcbuild.bat) is used instead.
44+
[vcbuild.bat](#vcbuildbat) is used instead.
4545

4646
### Options
4747

0 commit comments

Comments
 (0)