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 3f40618 commit f57f1d2Copy full SHA for f57f1d2
hack/check-links.sh
@@ -11,7 +11,7 @@ docker run --rm -v "$(pwd):/src" -v sdk-html:/src/website/public klakegg/hugo:0.
11
12
header_text "Checking links"
13
# For config explanation: https://github.com/gjtorikian/html-proofer#special-cases-for-the-command-line
14
-docker run --rm -v sdk-html:/target klakegg/html-proofer:latest /target \
+docker run --rm -v sdk-html:/target klakegg/html-proofer:3.18.8 /target \
15
--empty-alt-ignore \
16
--http-status-ignore 429 \
17
--allow_hash_href \
0 commit comments