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