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:
authorAntoine du HAMEL <duhamelantoine1995@gmail.com>2020-03-19 11:38:41 +0300
committerAnna Henningsen <anna@addaleax.net>2020-03-30 11:20:59 +0300
commit19db0e60bdde8ce7cc120f4beddbddc002d92a32 (patch)
tree3a5afa69990643fb07fdc91482c41bd62a332c93 /Makefile
parentbac401c42c139ffc39d53d7404a56b6aedc8b7f6 (diff)
doc: tests local links in markdown documents
PR-URL: https://github.com/nodejs/node/pull/32359 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Rich Trott <rtrott@gmail.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 639785f6712..6aaf781b50d 100644
--- a/Makefile
+++ b/Makefile
@@ -633,6 +633,7 @@ test-doc: doc-only lint ## Builds, lints, and verifies the docs.
else \
$(PYTHON) tools/test.py $(PARALLEL_ARGS) doctool; \
fi
+ $(NODE) tools/doc/checkLinks.js .
test-known-issues: all
$(PYTHON) tools/test.py $(PARALLEL_ARGS) known_issues