Skip to content

Commit

Permalink
Exclude links that are working
Browse files Browse the repository at this point in the history
Signed-off-by: tpmccallum [email protected]

Signed-off-by: Timothy McCallum <[email protected]>
  • Loading branch information
Timothy McCallum authored Feb 21, 2024
1 parent 8567137 commit 8c0b173
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .build/check-broken-links.sh
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,8 @@ 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.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 8c0b173

Please sign in to comment.