forked from deepStateMirrors/tabi
🔧 misc(link_checker): skip vultr.com links
This commit is contained in:
parent
3672a94e86
commit
0158097594
1 changed files with 3 additions and 0 deletions
|
@ -39,6 +39,9 @@ smart_punctuation = true
|
|||
|
||||
[link_checker]
|
||||
internal_level = "warn"
|
||||
skip_prefixes = [
|
||||
"https://www.vultr.com/",
|
||||
]
|
||||
skip_anchor_prefixes = [
|
||||
"https://github.com/",
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue