From de68a066c138c755a58be555f0d0b01fe3179857 Mon Sep 17 00:00:00 2001 From: Chris Halbert Date: Wed, 27 Dec 2023 16:49:51 -0500 Subject: [PATCH] Fix regex. --- script/html-proofer | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/html-proofer b/script/html-proofer index 2300e120cfc..6ebe6940e95 100755 --- a/script/html-proofer +++ b/script/html-proofer @@ -14,7 +14,7 @@ url_ignores = [ %r{^https://guides\.github\.com/}, %r{^https://help\.github\.com/}, %r{^https://github\.com/}, - %r{^https?://(www\.)?reddit\.com/}, + %r{^https?://(www\.)?reddit\.com}, ] HTMLProofer::Runner.new(