Skip to content

Commit 50c4f32

Browse files
committed
Add redirect
1 parent 8c91e97 commit 50c4f32

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/redirect.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,10 @@ static EXTERNAL_REDIRECTS: &[(&str, &str)] = &[
5353
"policies/privacy",
5454
"https://foundation.rust-lang.org/policies/privacy-policy/",
5555
),
56+
(
57+
"policies/media-guide",
58+
"https://foundation.rust-lang.org/policies/logo-policy-and-media-guide/",
59+
),
5660
];
5761

5862
// Translations present on www.rust-lang.org before the 2018 redesign. If an equivalent translation

0 commit comments

Comments
 (0)