Skip to content

Commit 3cdd254

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

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/redirect.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ impl<'r> FromParam<'r> for Destination {
3131
"legal.html" => "/policies",
3232
"other-installers.html" => {
3333
"https://forge.rust-lang.org/infra/other-installation-methods.html"
34+
},
35+
"policies/privacy" => {
36+
"https://foundation.rust-lang.org/policies/privacy-policy/"
3437
}
3538
"security.html" => "/policies/security",
3639
"team.html" => "/governance",

0 commit comments

Comments
 (0)