Skip to content

Commit c1b5b69

Browse files
authored
Merge pull request #1955 from eth3lbert/crates-io-redirect
Add /governance/teams/crates-io redirect
2 parents fc1cd30 + f798faf commit c1b5b69

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)