Browse Source

Revert "Add back link check for central.sonatype.com (#10178)" (#10182)

Trask Stalnaker 1 year ago
parent
commit
52f0cc7e90
1 changed files with 3 additions and 0 deletions
  1. 3 0
      .github/scripts/markdown-link-check-config.json

+ 3 - 0
.github/scripts/markdown-link-check-config.json

@@ -19,6 +19,9 @@
     },
     {
       "pattern": "^https://micrometer\\.io"
+    },
+    {
+      "pattern": "^https://central\\.sonatype\\.com"
     }
   ]
 }