Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f1321de

Browse filesBrowse files
committed
Skip some link checks
1 parent 420ae31 commit f1321de
Copy full SHA for f1321de

File tree

Expand file treeCollapse file tree

1 file changed

+11
-9
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+11
-9
lines changed

‎config.toml

Copy file name to clipboardExpand all lines: config.toml
+11-9Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.