From df05d207765759f24cce2b4a22565cb0ba49990c Mon Sep 17 00:00:00 2001 From: Lauri Tulmin Date: Wed, 20 Sep 2023 14:14:51 +0300 Subject: [PATCH] Also ignore https://logback.qos.ch links (#9512) --- .github/scripts/markdown-link-check-config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/scripts/markdown-link-check-config.json b/.github/scripts/markdown-link-check-config.json index 98ff9a08f2..88a18a4db2 100644 --- a/.github/scripts/markdown-link-check-config.json +++ b/.github/scripts/markdown-link-check-config.json @@ -15,7 +15,7 @@ "pattern": "^https://kotlinlang\\.org/docs/coroutines-overview\\.html$" }, { - "pattern": "^http://logback\\.qos\\.ch" + "pattern": "^http(s)?://logback\\.qos\\.ch" } ] }