From 8c214219833b168595a8428fea39e8801743a591 Mon Sep 17 00:00:00 2001 From: Marcel Amirault Date: Thu, 5 Dec 2019 16:52:05 +0900 Subject: Force https for api links --- nanoc.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nanoc.yaml') diff --git a/nanoc.yaml b/nanoc.yaml index dbca37c20..52fe39968 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' -- cgit v1.2.3