Skip to content

Commit f798faf

Browse files
committed
Add /governance/teams/crates-io redirect
The `crates-io` team was moved to a `dev-tools` subteam. This caused existing blogpost links to fail since the server is not aware of this change. This commit fixes the issue by adding an explicit redirect.
1 parent fc1cd30 commit f798faf

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
@@ -29,6 +29,10 @@ static PAGE_REDIRECTS: &[(&str, &str)] = &[
2929
"governance/teams/release",
3030
"governance/teams/infra#team-release",
3131
),
32+
(
33+
"governance/teams/crates-io",
34+
"governance/teams/dev-tools#team-crates-io",
35+
),
3236
];
3337

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

0 commit comments

Comments
 (0)