Skip to content

Commit

Permalink
Merge pull request #1178 from fermyon/tpmccallum-patch-33
Browse files Browse the repository at this point in the history
Exclude links that are working
  • Loading branch information
Timothy McCallum authored Feb 21, 2024
2 parents 8567137 + c6bdca2 commit 3960d86
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .build/check-broken-links.sh
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,10 @@ blc --recursive http://127.0.0.1:3000
--exclude 'https://support.google.com/webmasters/answer/7552505' \
--exclude 'https://www.namecheap.com/support/knowledgebase/article.aspx/767/10/how-to-change-dns-for-a-domain/' \
--exclude 'https://support.google.com/domains/answer/3290309?hl=en#' \
--exclude 'https://dotnet.microsoft.com/en-us/apps/aspnet/web-apps/blazor' \
--exclude 'https://www.reddit.com/r/Clojure/comments/jkznto/web_assembly_clojure_current_state/' \
--exclude 'https://www.reddit.com/r/Rlanguage/comments/b4izog/compile_r_to_webassembly_and_use_as_a_data/' \
--exclude 'https://www.tutorialspoint.com/webassembly/webassembly_working_with_cplusplus.htm' \
--exclude 'https://support.google.com/webmasters/answer/9008080?hl=en' | tee "${report}" || blc_error=true

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

0 comments on commit 3960d86

Please sign in to comment.