From 52f0cc7e9060ffe312ecb07634b772e234c55c10 Mon Sep 17 00:00:00 2001 From: Trask Stalnaker Date: Fri, 5 Jan 2024 09:11:15 -0800 Subject: [PATCH] Revert "Add back link check for central.sonatype.com (#10178)" (#10182) --- .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 a8f85dfa9d..5c541a7ff4 100644 --- a/.github/scripts/markdown-link-check-config.json +++ b/.github/scripts/markdown-link-check-config.json @@ -19,6 +19,9 @@ }, { "pattern": "^https://micrometer\\.io" + }, + { + "pattern": "^https://central\\.sonatype\\.com" } ] }