From 06b20efd519e1c17d65624bac159a1a1e3c0c003 Mon Sep 17 00:00:00 2001 From: Karthik Ganeshram Date: Tue, 21 Jan 2025 10:13:37 +0100 Subject: [PATCH] add link to exclude list (#1455) Signed-off-by: karthik2804 --- .build/check-broken-links.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.build/check-broken-links.sh b/.build/check-broken-links.sh index 47f3df3bf..6192bbb47 100755 --- a/.build/check-broken-links.sh +++ b/.build/check-broken-links.sh @@ -107,6 +107,7 @@ blc --recursive http://127.0.0.1:3000 --exclude 'http://localhost:5050/explore' \ --exclude 'http://localhost:5050/explore' \ --exclude 'https://stackshare.io/stackups/powershell-vs-webassembly' \ + --exclude 'https://blog.cloudflare.com/cloudflare-workers-now-support-cobol/' \ --exclude 'https://support.google.com/webmasters/answer/9008080?hl=en' | tee "${report}" || blc_error=true cat "${report}" | grep "├─BROKEN─" > broken_links || true