Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axil@gitlab.com>2020-10-12 12:42:45 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2020-10-12 12:42:45 +0300
commitd62a082e5fd00e9cabc9ffa7b9cbe215155490eb (patch)
treecc2bcd4cb7a32f2bcc0c47f34c3feb962ce9a11e /nanoc.yaml
parent8938491898f26c7ff445b5f526f306d0bf5fd8c3 (diff)
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.
Diffstat (limited to 'nanoc.yaml')
-rw-r--r--nanoc.yaml2
1 files changed, 1 insertions, 1 deletions
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\/.*'