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:
authorEvan Read <eread@gitlab.com>2019-10-14 11:46:08 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2019-10-14 11:46:08 +0300
commit6ff954ac75168ec0b3da8a98f06743654abd5f48 (patch)
tree2a650ca709209124700b91d13fc4a810daf470fc /nanoc.yaml
parent3d9258cee2b241d96492e9f6ead69457757cff3f (diff)
Limit the scope of exceptions to internal links checks
Diffstat (limited to 'nanoc.yaml')
-rw-r--r--nanoc.yaml10
1 files changed, 5 insertions, 5 deletions
diff --git a/nanoc.yaml b/nanoc.yaml
index 136eb385..4ea38813 100644
--- a/nanoc.yaml
+++ b/nanoc.yaml
@@ -84,11 +84,11 @@ checks:
# when fixed.
- '\/archives.html'
# Exclude the extra links listed in the home page
- - '\/ee\/user\/project\/import\/'
- - '\/ee\/ci\/yaml\/'
- - '\/ee\/api\/'
- - '\/ee\/ssh\/'
- - '\/ee\/user\/gitlab_com\/'
+ - '\/ee\/user\/project\/import\/$'
+ - '\/ee\/ci\/yaml\/$'
+ - '\/ee\/api\/$'
+ - '\/ee\/ssh\/$'
+ - '\/ee\/user\/gitlab_com\/$'
# Configuration for the “external_links” checker, which checks whether all
# external links are valid.