Skip to content

Commit

Permalink
Remove broken redirect to Chucklefish whitepaper
Browse files Browse the repository at this point in the history
The PDF was removed in the following PR:
#771
  • Loading branch information
senekor committed Jun 2, 2024
1 parent 5ab5127 commit 9907741
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/redirect.rs
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,6 @@ static STATIC_FILES_REDIRECTS: &[(&str, &str)] = &[
"pdfs/Rust-npm-Whitepaper.pdf",
"/static/pdfs/Rust-npm-Whitepaper.pdf",
),
(
"pdfs/Rust-Chucklefish-Whitepaper.pdf",
"/static/pdfs/Rust-Chucklefish-Whitepaper.pdf",
),
(
"pdfs/Rust-Tilde-Whitepaper.pdf",
"/static/pdfs/Rust-Tilde-Whitepaper.pdf",
Expand Down

0 comments on commit 9907741

Please sign in to comment.