From e5fb452a553b9b036c55babdaa276532e64b0176 Mon Sep 17 00:00:00 2001 From: Remi Gau Date: Thu, 12 Dec 2024 09:47:30 +0100 Subject: [PATCH] ignore more links --- md_link_check_config.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/md_link_check_config.json b/md_link_check_config.json index 3004a9ef..78b08386 100644 --- a/md_link_check_config.json +++ b/md_link_check_config.json @@ -29,6 +29,9 @@ }, { "pattern": "^https://www.mathworks.com.*" + }, + { + "pattern": "^https://www.seedsforchange.org.uk/consensus" } ], "timeout": "20s",