@@ -19,16 +19,18 @@ highlight_code = true
19
19
20
20
[link_checker ]
21
21
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
24
24
" 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
32
34
]
33
35
34
36
[extra ]
0 commit comments