Skip to content

Commit 1b99e2a

Browse files
authored
Merge pull request #206 from rust-osdev/bishop-ignore-link
Skip URL check for https://blog.rust.careers
2 parents 342d4b4 + e2edab5 commit 1b99e2a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ skip_prefixes = [
2626
"https://twitter.com/", # too many redirects
2727
"https://nitter.net/", # 403 forbidden
2828
"https://www.reddit.com/", # 403 forbidden
29+
"https://blog.rust.careers", # Expired certificate
2930
]
3031

3132
[extra]

0 commit comments

Comments
 (0)