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:
authorMarcel Amirault <mamirault@gitlab.com>2019-12-05 10:52:05 +0300
committerMarcel Amirault <mamirault@gitlab.com>2019-12-05 10:52:05 +0300
commit8c214219833b168595a8428fea39e8801743a591 (patch)
treea94dbd92dfba000fb6275656d5290c0da7b384fb /nanoc.yaml
parent4fd874113d4ea8923243204d58847013a6931ed3 (diff)
Force https for api links
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 dbca37c2..52fe3996 100644
--- a/nanoc.yaml
+++ b/nanoc.yaml
@@ -97,7 +97,7 @@ checks:
# If an external link matches this pattern, the validity check will be skipped.
exclude:
# Valid links incorrectly reported as broken
- - 'https?:\/\/gitlab.com\/api\/v4\/.*'
+ - 'https:\/\/gitlab.com\/api\/v4\/.*'
- 'https:\/\/www\.linkedin\.com\/company\/gitlab-com'
- 'https:\/\/auth0\.com\/auth\/login'
- 'https:\/\/gitlab-org\.gitlab\.io\/gitlab-svgs'