Skip to content

Commit d565370

Browse files
committed
Add redirect for /governance/wgs
1 parent 5ab5127 commit d565370

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/redirect.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ static PAGE_REDIRECTS: &[(&str, &str)] = &[
3535
),
3636
// miscellaneous
3737
("governance/teams", "governance#teams"),
38+
("governance/wgs", "governance#working-groups"),
3839
];
3940

4041
static STATIC_FILES_REDIRECTS: &[(&str, &str)] = &[

0 commit comments

Comments
 (0)