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