Skip to content

Commit b29b3c4

Browse files
committed
fix(.build): re-add localhost:16686 to exemptions
Signed-off-by: Vaughn Dice <[email protected]>
1 parent 9b0d622 commit b29b3c4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.build/check-broken-links.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ blc --recursive http://127.0.0.1:3000
8383
--exclude 'https://crates.io/crates/bytes' \
8484
--exclude 'https://crates.io/crates/http' \
8585
--exclude 'https://marketplace.visualstudio.com/items?itemName=yzhang.markdown-all-in-one' \
86+
--exclude 'http://localhost:16686/' \
8687
--exclude 'http://localhost:5050/explore' | tee "${report}" || blc_error=true
8788

8889
cat "${report}" | grep "├─BROKEN─" > broken_links || true

0 commit comments

Comments
 (0)