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`"