Skip to content

Commit aad4627

Browse files
committed
Add redirect for wg-async adoption by lang
If WG-async is to be adopted by lang, let's add a redirect from where its page previously appeared on our website to where it will now.
1 parent 57a3c62 commit aad4627

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
@@ -38,6 +38,7 @@ static PAGE_REDIRECTS: &[(&str, &str)] = &[
3838
),
3939
("governance/teams/language-and-compiler", "governance#teams"),
4040
("governance/teams/operations", "governance#teams"),
41+
("governance/wgs/wg-async", "governance/teams/lang#team-wg-async"),
4142
// miscellaneous
4243
("governance/teams", "governance#teams"),
4344
("governance/wgs", "governance#working-groups"),

0 commit comments

Comments
 (0)