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-03-08 18:33:29 +0300
committerGrzegorz Bizon <grzegorz@gitlab.com>2019-03-08 18:33:29 +0300
commita5fea0669d44577be46aeac2210e63d7a66ce3d8 (patch)
tree6f99fe99e9ad17eec81fd0663cd9dfa60da78aa1 /nanoc.yaml
parente3cb652948ee2e3d15150d4872704b16dd7fb477 (diff)
Exclude any amazon.com links, which seem to often 503
Diffstat (limited to 'nanoc.yaml')
-rw-r--r--nanoc.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/nanoc.yaml b/nanoc.yaml
index 50e6e8d2..00da2adf 100644
--- a/nanoc.yaml
+++ b/nanoc.yaml
@@ -102,6 +102,7 @@ checks:
- 'https:\/\/gitlab-org\.gitlab\.io\/gitlab-svgs'
- 'https:\/\/dl\.acm\.org\/citation\.cfm\?id=361591'
- 'https:\/\/pgp\.mit\.edu\/pks\/lookup\?op=vindex\&search=.*'
+ - 'https:\/\/www\.amazon\.com\/.*'
# Don't check links matching the following patterns
- 'https?:\/\/\w*\.example\.com.*'
- 'https?:\/\/localhost.*'