From dd8faf2eb0180a5c81ac63c23be85ce7fb25bd4b Mon Sep 17 00:00:00 2001 From: Mike McCready <66998419+MikeMcC399@users.noreply.github.com> Date: Thu, 23 Jul 2026 13:22:10 +0200 Subject: [PATCH] ci: ignore sourceware.org for markdown link checks --- markdown_link_check_config.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/markdown_link_check_config.json b/markdown_link_check_config.json index 9448b3535..3c93e3dc3 100644 --- a/markdown_link_check_config.json +++ b/markdown_link_check_config.json @@ -14,6 +14,9 @@ }, { "pattern": "^https://www\\.etalabs\\.net/" + }, + { + "pattern": "^https://sourceware\\.org/" } ] }