From 5c3f66b87f9e54458d4a92bf4b9cab3c69e88b7f Mon Sep 17 00:00:00 2001 From: janniks Date: Mon, 2 Oct 2023 17:35:51 +0200 Subject: [PATCH] ci: remove remote replacement pattern from linkcheck to verify relative links --- .github/mlc_config.json | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/mlc_config.json b/.github/mlc_config.json index f7e34596d..4b7614908 100644 --- a/.github/mlc_config.json +++ b/.github/mlc_config.json @@ -25,12 +25,6 @@ "pattern": "identity.foundation" } ], - "replacementPatterns": [ - { - "pattern": "^/", - "replacement": "https://docs.hiro.so/" - } - ], "timeout": "10s", "retryOn429": true, "retryCount": 5,