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>2019-11-08 22:01:50 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2019-11-08 22:01:50 +0300
commit8dbd30086746c955cc2e6bf337d2f390fac315d6 (patch)
treed6d2ff9967ee50b6275d8dfeed9f98dc18833cfa
parent721a78223d13b6f794755c4a7d082073210c11f0 (diff)
parentfcf1e4c412bdf00366e5487a35a076768ade8f64 (diff)
Merge branch 'exception-api-url' into 'master'
Add exception for api urls See merge request gitlab-org/gitlab-docs!617
-rw-r--r--nanoc.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/nanoc.yaml b/nanoc.yaml
index 4ea38813..dbca37c2 100644
--- a/nanoc.yaml
+++ b/nanoc.yaml
@@ -97,6 +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:\/\/www\.linkedin\.com\/company\/gitlab-com'
- 'https:\/\/auth0\.com\/auth\/login'
- 'https:\/\/gitlab-org\.gitlab\.io\/gitlab-svgs'