From 577cfe5e3665f11905a4487a2b8c48fd310612e7 Mon Sep 17 00:00:00 2001 From: GeckoEidechse Date: Thu, 19 Sep 2024 15:28:59 +0200 Subject: [PATCH] fix: Ignore rrplug link crates.io seems to be blocking the request, resulting in a 404 even though the site is reachable --- .github/.markdownlinkcheck.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/.markdownlinkcheck.json b/.github/.markdownlinkcheck.json index c2988005..fc880705 100644 --- a/.github/.markdownlinkcheck.json +++ b/.github/.markdownlinkcheck.json @@ -1,4 +1,7 @@ { "ignorePatterns": [ + { + "pattern": "https://crates.io/crates/rrplug" + } ] }