Skip to content

Commit

Permalink
Merge pull request #247 from nicholasbishop/bishop-fix-archive-timeout
Browse files Browse the repository at this point in the history
Tooling: Fix link_checker config for archive links
  • Loading branch information
phil-opp authored Jan 21, 2025
2 parents 5710f72 + 06523c4 commit 8922bcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ skip_prefixes = [
"https://www.reddit.com/", # 403 forbidden
"https://blog.rust.careers", # Expired certificate
"https://gee.cs.oswego.edu", # times out
"https://archive.org", # times out
"https://web.archive.org", # times out
]

[extra]
Expand Down

0 comments on commit 8922bcf

Please sign in to comment.