From 2d2633effe284533a8a41894182afec30a258cd0 Mon Sep 17 00:00:00 2001 From: rajsite Date: Tue, 5 Nov 2024 16:29:31 -0600 Subject: [PATCH] Try to remove ignores --- .linkcheck.json | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.linkcheck.json b/.linkcheck.json index 8c17028..ccef7fa 100644 --- a/.linkcheck.json +++ b/.linkcheck.json @@ -1,14 +1,5 @@ { "timeout": "5m", "ignorePatterns": [ - { - "pattern": "https://www.systemlinkcloud.com/webapphosting" - }, - { - "pattern": "https://www.systemlinkcloud.com/api-download" - }, - { - "pattern": "https://www.systemlinkcloud.com/security" - } ] }