Skip to content

Commit b4238dc

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 b4238dc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/redirect.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@ static PAGE_REDIRECTS: &[(&str, &str)] = &[
3838
),
3939
("governance/teams/language-and-compiler", "governance#teams"),
4040
("governance/teams/operations", "governance#teams"),
41+
(
42+
"governance/wgs/wg-async",
43+
"governance/teams/lang#team-wg-async",
44+
),
4145
// miscellaneous
4246
("governance/teams", "governance#teams"),
4347
("governance/wgs", "governance#working-groups"),

0 commit comments

Comments
 (0)