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 4902ba1 commit a24c492Copy full SHA for a24c492
src/redirect.rs
@@ -32,6 +32,7 @@ impl<'r> FromParam<'r> for Destination {
32
"other-installers.html" => {
33
"https://forge.rust-lang.org/infra/other-installation-methods.html"
34
}
35
+ "policies/privacy" => "https://foundation.rust-lang.org/policies/privacy-policy/",
36
"security.html" => "/policies/security",
37
"team.html" => "/governance",
38
"user-groups.html" => "/community",
0 commit comments