From 56a33258e028586d289108344d69acb29130f9b2 Mon Sep 17 00:00:00 2001 From: hubwriter Date: Thu, 24 Feb 2022 11:48:15 +0000 Subject: [PATCH] Add URL to link checker exclusion list (#25608) --- lib/excluded-links.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/excluded-links.js b/lib/excluded-links.js index 44ed1073e7d5..d1630f2aef69 100644 --- a/lib/excluded-links.js +++ b/lib/excluded-links.js @@ -31,4 +31,5 @@ export default [ 'https://www.vmware.com/products/esxi-and-esx.html', 'https://www.ecfr.gov/cgi-bin/text-idx?SID=ad384e1f1e017076f8c0136f322f0a4c&mc=true&node=pt15.2.744&rgn=div5', 'https://wiki.oasis-open.org/security', + 'https://www.ipaddressguide.com/cidr', ]