From ba16b86c369303d6b7b5f4558e915d98758f1641 Mon Sep 17 00:00:00 2001 From: Stavros Aronis Date: Sun, 15 Sep 2024 12:41:43 +0200 Subject: [PATCH] Ignore reddit links --- docs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Makefile b/docs/Makefile index 760717cc..9b4109cf 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -22,4 +22,4 @@ test: build .PHONY: test-external test-external: build - $(PROOFER) --ignore-status-codes "302" + $(PROOFER) --ignore-status-codes "302" --ignore-urls "/reddit.com/"