From a77069314f1258ead1528b37aa7d357b6beb58f2 Mon Sep 17 00:00:00 2001 From: Justin Kenyon Date: Fri, 29 May 2026 11:57:16 -0400 Subject: [PATCH] Ignore peerj.com/preprints/1233 in link checker PeerJ returns 403 to GitHub Actions runners (likely Cloudflare bot detection), even though the URL resolves fine in a browser. The link is cited in building-community.md (and all translations) and the content is still valid, so adding it to the existing url_ignores list matches the pattern used for other sites that block automated requests. --- script/html-proofer | 1 + 1 file changed, 1 insertion(+) diff --git a/script/html-proofer b/script/html-proofer index f7ce7e6eac7..5b19739408a 100755 --- a/script/html-proofer +++ b/script/html-proofer @@ -39,6 +39,7 @@ url_ignores = [ "https://stackoverflow.com/questions/18664074/", "https://geekfeminism.fandom.com/wiki/Meritocracy", "https://news.ycombinator.com/item?id=7531689", + "https://peerj.com/preprints/1233/", # Regex patterns for broader ignore rules %r{^https?://stackoverflow\.com/questions/18664074/},