We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03ce7eb commit a149f2cCopy full SHA for a149f2c
doc/build.sh
@@ -92,7 +92,7 @@ for line in sys.stdin.readlines():
92
while IFS=$'\t' read -r file url; do
93
url=$(python -c 'import html, sys; print(html.unescape(sys.argv[-1]))' "$url")
94
[ -f "$url" ] ||
95
- curl --silent --fail --retry 2 --user-agent 'Mozilla/5.0 Firefox 61' "$url" >/dev/null 2>&1 ||
+ curl --silent --fail --retry 5 --retry-delay 5 --user-agent 'Mozilla/5.0 Firefox 61' "$url" >/dev/null 2>&1 ||
96
die "broken link in $file: $url"
97
done
98
0 commit comments