From c6bdca2947245cbba1b37e64951b7e6dabd53403 Mon Sep 17 00:00:00 2001 From: Timothy McCallum Date: Wed, 21 Feb 2024 14:24:43 +1000 Subject: [PATCH] Add working reddit links to false positives (broken url checker) Signed-off-by: tpmccallum tim.mccallum@fermyon.com Signed-off-by: Timothy McCallum --- .build/check-broken-links.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.build/check-broken-links.sh b/.build/check-broken-links.sh index b5e0be7e2..d28f2bdcd 100755 --- a/.build/check-broken-links.sh +++ b/.build/check-broken-links.sh @@ -99,6 +99,8 @@ blc --recursive http://127.0.0.1:3000 --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