🔧 misc(link_checker): skip vultr.com links

This commit is contained in:
welpo 2024-02-16 15:29:46 +01:00
parent 3672a94e86
commit 0158097594
No known key found for this signature in database
GPG Key ID: A2F978CF4EC1F5A6

View File

@ -39,6 +39,9 @@ smart_punctuation = true
[link_checker] [link_checker]
internal_level = "warn" internal_level = "warn"
skip_prefixes = [
"https://www.vultr.com/",
]
skip_anchor_prefixes = [ skip_anchor_prefixes = [
"https://github.com/", "https://github.com/",
] ]