From a5fea0669d44577be46aeac2210e63d7a66ce3d8 Mon Sep 17 00:00:00 2001 From: Evan Read Date: Fri, 8 Mar 2019 15:33:29 +0000 Subject: Exclude any amazon.com links, which seem to often 503 --- nanoc.yaml | 1 + 1 file changed, 1 insertion(+) (limited to 'nanoc.yaml') 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.*' -- cgit v1.2.3