Skip to content
This repository has been archived by the owner on Mar 3, 2023. It is now read-only.

Commit

Permalink
Minor fix of linkchecker.
Browse files Browse the repository at this point in the history
  • Loading branch information
objmagic committed Nov 14, 2016
1 parent 65375f3 commit 89fbce6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/scripts/linkchecker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ sleep 10
# Note:
# wget return code is 4 (network err) even though there is no broken link.
# This means we should examine wget's log.
wget --spider -r -l 10 -e robots=off -o $WGET_LOG -p "http://127.0.0.1:${PORT}/heron"
wget --spider -r -l 10 -e robots=off -o $WGET_LOG -p "http://localhost:${PORT}/heron"

# kill Hugo running in background
killall hugo 2>/dev/null || true
Expand Down

0 comments on commit 89fbce6

Please sign in to comment.