From 0158097594f1d19653f2b68c4fedf802342aa8ad Mon Sep 17 00:00:00 2001 From: welpo Date: Fri, 16 Feb 2024 15:29:46 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20misc(link=5Fchecker):=20skip=20v?= =?UTF-8?q?ultr.com=20links?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config.toml b/config.toml index 084e1fd19..d1e606b78 100644 --- a/config.toml +++ b/config.toml @@ -39,6 +39,9 @@ smart_punctuation = true [link_checker] internal_level = "warn" +skip_prefixes = [ + "https://www.vultr.com/", +] skip_anchor_prefixes = [ "https://github.com/", ]