From a68edd04931c25abb58c71b71e99dbd59c2b6d25 Mon Sep 17 00:00:00 2001 From: Camille TJHOA Date: Wed, 1 Nov 2023 12:44:51 +0100 Subject: [PATCH] Ignore https://web.archive.org --- .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 c01af69..aa8026b 100644 --- a/.markdown-link-check-config.json +++ b/.markdown-link-check-config.json @@ -17,6 +17,9 @@ }, { "pattern": "^https://cheats.rs/" + }, + { + "pattern": "^https://web.archive.org" } ] }