From 4318ffa837e5dab1353daa1cf91e74aefd2eb5d1 Mon Sep 17 00:00:00 2001 From: Daniel Mundra Date: Fri, 22 Sep 2023 13:49:43 -0700 Subject: [PATCH] Ignore linux.die.net in link checker --- .config/markdown.links.config.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.config/markdown.links.config.json b/.config/markdown.links.config.json index ba9d4d4cea..462494af06 100644 --- a/.config/markdown.links.config.json +++ b/.config/markdown.links.config.json @@ -60,6 +60,9 @@ { "NOTE: Unreliable sites below": "", "pattern": "^https://nedjo.ca/.*" + }, + { + "pattern": "^https://linux.die.net/.*" } ], "NOTE: We replace absolute links with a use-relative-links-to-md-files-only since these are (nearly) always mistakes and should link to the relative .md file instead": "",