From d62a082e5fd00e9cabc9ffa7b9cbe215155490eb Mon Sep 17 00:00:00 2001 From: Achilleas Pipinellis Date: Mon, 12 Oct 2020 11:42:45 +0200 Subject: Change the gitlab.com regex to exclude more links Change the regex and get rid of the trailing slash so that https://gitlab.com links are also valid. --- nanoc.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nanoc.yaml') diff --git a/nanoc.yaml b/nanoc.yaml index 6935ad38..1a8962b5 100644 --- a/nanoc.yaml +++ b/nanoc.yaml @@ -109,7 +109,7 @@ checks: - 'https?:\/\/127.0.0.1.*' # Don't check gitlab.com links due to cloudflare thinking the link test is a dos attack # Temporary solution to enable external link checker - - 'https:\/\/gitlab.com\/.*' + - 'https:\/\/gitlab.com.*' # Don't check github.com links due to GitHub rate limiting causing 429 errors # Temporary solution to enable external link checker - 'https:\/\/github.com\/.*' -- cgit v1.2.3