We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 47ae038 + 139b347 commit 1c6501eCopy full SHA for 1c6501e
src/redirect.rs
@@ -9,9 +9,12 @@ static PAGE_REDIRECTS: &[(&str, &str)] = &[
9
("community.html", "community"),
10
("conduct.html", "policies/code-of-conduct"),
11
("contribute-bugs.html", "community"),
12
- ("contribute-community.html", "governance/teams/community"),
+ ("contribute-community.html", "community"),
13
("contribute-compiler.html", "governance/teams/compiler"),
14
- ("contribute-docs.html", "governance/teams/documentation"),
+ (
15
+ "contribute-docs.html",
16
+ "governance/teams/dev-tools#team-rustdoc",
17
+ ),
18
("contribute-libs.html", "governance/teams/library"),
19
("contribute-tools.html", "governance/teams/dev-tools"),
20
("contribute.html", "community"),
0 commit comments