From 8d1f3d2606c0c151480467b96a8267c63c129853 Mon Sep 17 00:00:00 2001 From: Lauri Tulmin Date: Wed, 20 Sep 2023 13:42:08 +0300 Subject: [PATCH] Disable link checker for http://logback.qos.ch (#9510) --- .github/scripts/markdown-link-check-config.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/scripts/markdown-link-check-config.json b/.github/scripts/markdown-link-check-config.json index 791cf1e6f9c2..98ff9a08f247 100644 --- a/.github/scripts/markdown-link-check-config.json +++ b/.github/scripts/markdown-link-check-config.json @@ -13,6 +13,9 @@ }, { "pattern": "^https://kotlinlang\\.org/docs/coroutines-overview\\.html$" + }, + { + "pattern": "^http://logback\\.qos\\.ch" } ] }