🔧 misc(link_checker): skip vultr.com links

main
welpo 1 year ago
parent 3672a94e86
commit 0158097594
No known key found for this signature in database
GPG Key ID: A2F978CF4EC1F5A6

@ -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/",
] ]

Loading…
Cancel
Save