Skip to content

Commit 36f1764

Browse files
committed
Add /governance/teams/release redirect
The `release` team was moved to an `infra` 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 281bb5f commit 36f1764

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/redirect.rs

+2
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ static PAGE_REDIRECTS: &[(&str, &str)] = &[
2424
("security.html", "policies/security"),
2525
("team.html", "governance"),
2626
("user-groups.html", "community"),
27+
// Team changes
28+
("governance/teams/release", "governance/teams/infra#team-release"),
2729
];
2830

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

0 commit comments

Comments
 (0)