Skip to content

Commit

Permalink
Merge pull request #1979 from rust-lang/remo/lxyqruxwttpp
Browse files Browse the repository at this point in the history
Add redirect for /governance/wgs
  • Loading branch information
Manishearth authored Jun 3, 2024
2 parents 71b2310 + d565370 commit 650c71b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/redirect.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ static PAGE_REDIRECTS: &[(&str, &str)] = &[
),
// miscellaneous
("governance/teams", "governance#teams"),
("governance/wgs", "governance#working-groups"),
];

static STATIC_FILES_REDIRECTS: &[(&str, &str)] = &[
Expand Down

0 comments on commit 650c71b

Please sign in to comment.