Skip to content

Commit 318e6bb

Browse files
committed
Link Checker: Check external URLs.
1 parent aad7a84 commit 318e6bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python3/link-checker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
email_from = ENTER_FROM_EMAIL
2828
root_url = ENTER_URL
2929

30-
cmd = ["linkchecker", "--no-warnings", "--no-status", root_url]
30+
cmd = ["linkchecker", "--no-warnings", "--no-status", "--external", root_url]
3131
output = Popen(cmd, stdout=PIPE).communicate()[0].decode("UTF-8")
3232

3333
bad_urls = []

0 commit comments

Comments
 (0)