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 9b0d622 commit b29b3c4Copy full SHA for b29b3c4
.build/check-broken-links.sh
@@ -83,6 +83,7 @@ blc --recursive http://127.0.0.1:3000
83
--exclude 'https://crates.io/crates/bytes' \
84
--exclude 'https://crates.io/crates/http' \
85
--exclude 'https://marketplace.visualstudio.com/items?itemName=yzhang.markdown-all-in-one' \
86
+ --exclude 'http://localhost:16686/' \
87
--exclude 'http://localhost:5050/explore' | tee "${report}" || blc_error=true
88
89
cat "${report}" | grep "├─BROKEN─" > broken_links || true
0 commit comments