From f798faf5967ee1643687b7731f0fb3253352d9f2 Mon Sep 17 00:00:00 2001 From: eth3lbert Date: Wed, 1 May 2024 01:49:23 +0800 Subject: [PATCH] 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. --- src/redirect.rs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/redirect.rs b/src/redirect.rs index db6c8bc33..806167136 100644 --- a/src/redirect.rs +++ b/src/redirect.rs @@ -29,6 +29,10 @@ static PAGE_REDIRECTS: &[(&str, &str)] = &[ "governance/teams/release", "governance/teams/infra#team-release", ), + ( + "governance/teams/crates-io", + "governance/teams/dev-tools#team-crates-io", + ), ]; static STATIC_FILES_REDIRECTS: &[(&str, &str)] = &[