Skip to content

Commit

Permalink
Fix broken redirects
Browse files Browse the repository at this point in the history
  • Loading branch information
senekor committed Jun 2, 2024
1 parent 5ab5127 commit 139b347
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/redirect.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,12 @@ static PAGE_REDIRECTS: &[(&str, &str)] = &[
("community.html", "community"),
("conduct.html", "policies/code-of-conduct"),
("contribute-bugs.html", "community"),
("contribute-community.html", "governance/teams/community"),
("contribute-community.html", "community"),
("contribute-compiler.html", "governance/teams/compiler"),
("contribute-docs.html", "governance/teams/documentation"),
(
"contribute-docs.html",
"governance/teams/dev-tools#team-rustdoc",
),
("contribute-libs.html", "governance/teams/library"),
("contribute-tools.html", "governance/teams/dev-tools"),
("contribute.html", "community"),
Expand Down

0 comments on commit 139b347

Please sign in to comment.