Skip to content

Commit 4f15dd1

Browse files
authored
Merge pull request #1962 from rust-lang/remo/mmosynrkuwtx
Add redirect for /governance/teams
2 parents 0bf10e7 + 0ac6618 commit 4f15dd1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/redirect.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ static PAGE_REDIRECTS: &[(&str, &str)] = &[
3333
"governance/teams/crates-io",
3434
"governance/teams/dev-tools#team-crates-io",
3535
),
36+
// miscellaneous
37+
("governance/teams", "governance#teams"),
3638
];
3739

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

0 commit comments

Comments
 (0)