Skip to content

Commit 06523c4

Browse files
Tooling: Fix link_checker config for archive links
1 parent 5710f72 commit 06523c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ skip_prefixes = [
2828
"https://www.reddit.com/", # 403 forbidden
2929
"https://blog.rust.careers", # Expired certificate
3030
"https://gee.cs.oswego.edu", # times out
31-
"https://archive.org", # times out
31+
"https://web.archive.org", # times out
3232
]
3333

3434
[extra]

0 commit comments

Comments
 (0)