From 07a593971251477fc95154cae15819aeab151077 Mon Sep 17 00:00:00 2001 From: Daniel Mundra Date: Fri, 22 Sep 2023 14:01:15 -0700 Subject: [PATCH] Ignore linux.die.net in link checker (#1288) * Ignore linux.die.net in link checker * Update markdown.links.config.json --- .config/markdown.links.config.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.config/markdown.links.config.json b/.config/markdown.links.config.json index ba9d4d4cea..a1e6a5386e 100644 --- a/.config/markdown.links.config.json +++ b/.config/markdown.links.config.json @@ -60,6 +60,12 @@ { "NOTE: Unreliable sites below": "", "pattern": "^https://nedjo.ca/.*" + }, + { + "pattern": "^http://linux.die.net/.*" + }, + { + "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": "",