From 3750f3cb09b87f437cd352cb4e2248eb2a48b831 Mon Sep 17 00:00:00 2001 From: Sean Holung Date: Wed, 30 Aug 2023 12:52:06 -0500 Subject: [PATCH] add link exception (#9762) add exception for inc5000 link --- scripts/link-checker/check-links.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/link-checker/check-links.js b/scripts/link-checker/check-links.js index 229ccd2e97f6..21bccec8ee26 100644 --- a/scripts/link-checker/check-links.js +++ b/scripts/link-checker/check-links.js @@ -256,7 +256,7 @@ function getDefaultExcludedKeywords() { "https://shell.azure.com/", "https://portal.azure.com/", "https://www.noaa.gov/information-technology/open-data-dissemination", - + "https://www.inc.com/inc5000/2023", ]; }