Skip to content

Commit f1321de

Browse files
committed
Skip some link checks
1 parent 420ae31 commit f1321de

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

config.toml

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,18 @@ highlight_code = true
1919

2020
[link_checker]
2121
skip_prefixes = [
22-
"https://crates.io/crates", # see https://github.com/rust-lang/crates.io/issues/788
23-
"https://github.com", # because of rate limiting
22+
"https://crates.io/crates", # see https://github.com/rust-lang/crates.io/issues/788
23+
"https://github.com", # because of rate limiting
2424
"https://rusty-hermit.k8s.eonerc.rwth-aachen.de/", # RustyHermit show case
25-
"https://www.linux-kvm.org", # see https://letsencrypt.org/docs/dst-root-ca-x3-expiration-september-2021/
26-
"https://twitter.com/", # too many redirects
27-
"https://nitter.net/", # 403 forbidden
28-
"https://www.reddit.com/", # 403 forbidden
29-
"https://blog.rust.careers", # Expired certificate
30-
"https://gee.cs.oswego.edu", # times out
31-
"https://web.archive.org", # times out
25+
"https://www.linux-kvm.org", # see https://letsencrypt.org/docs/dst-root-ca-x3-expiration-september-2021/
26+
"https://twitter.com/", # too many redirects
27+
"https://nitter.net/", # 403 forbidden
28+
"https://www.reddit.com/", # 403 forbidden
29+
"https://blog.rust.careers", # Expired certificate
30+
"https://gee.cs.oswego.edu", # times out
31+
"https://web.archive.org", # times out
32+
"https://apollolabsblog.hashnode.dev", # requires js
33+
"https://doi.org", # 403 forbidden
3234
]
3335

3436
[extra]

0 commit comments

Comments
 (0)