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.
1 parent 5ab5127 commit 139b347Copy full SHA for 139b347
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