diff --git a/src/redirect.rs b/src/redirect.rs index eca98204..ce01da47 100644 --- a/src/redirect.rs +++ b/src/redirect.rs @@ -9,9 +9,12 @@ static PAGE_REDIRECTS: &[(&str, &str)] = &[ ("community.html", "community"), ("conduct.html", "policies/code-of-conduct"), ("contribute-bugs.html", "community"), - ("contribute-community.html", "governance/teams/community"), + ("contribute-community.html", "community"), ("contribute-compiler.html", "governance/teams/compiler"), - ("contribute-docs.html", "governance/teams/documentation"), + ( + "contribute-docs.html", + "governance/teams/dev-tools#team-rustdoc", + ), ("contribute-libs.html", "governance/teams/library"), ("contribute-tools.html", "governance/teams/dev-tools"), ("contribute.html", "community"),