commit | cc54980f449f9a27cb26a42b7d5a42448f5a753a | [log] [tgz] |
---|---|---|
author | Matteo Scandolo <teo@opennetworking.org> | Tue Jun 19 11:20:53 2018 -0700 |
committer | Matteo Scandolo <teo@opennetworking.org> | Tue Jun 19 11:20:53 2018 -0700 |
tree | c3fe794a22fe9ea4e310171775488883218d1957 | |
parent | 1a8862704e5509ab8f8025186f79650174bf633a [diff] [blame] |
Disabling check on external links Change-Id: Idf4a9b98c6b018d71c0551a8dd10413d52a7864d
diff --git a/Makefile b/Makefile index b5c7dd9..f1d1b93 100644 --- a/Makefile +++ b/Makefile
@@ -27,7 +27,7 @@ test: linkcheck lint linkcheck: build - linkchecker --check-extern -a _book/ + linkchecker -a _book/ lint: @echo "markdownlint(mdl) version: `mdl --version`"