Skip to content

Commit a24c492

Browse files
feat(redirects): add privacy policy redirect
1 parent 4902ba1 commit a24c492

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/redirect.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ impl<'r> FromParam<'r> for Destination {
3232
"other-installers.html" => {
3333
"https://forge.rust-lang.org/infra/other-installation-methods.html"
3434
}
35+
"policies/privacy" => "https://foundation.rust-lang.org/policies/privacy-policy/",
3536
"security.html" => "/policies/security",
3637
"team.html" => "/governance",
3738
"user-groups.html" => "/community",

0 commit comments

Comments
 (0)