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 8c91e97 commit 50c4f32Copy full SHA for 50c4f32
src/redirect.rs
@@ -53,6 +53,10 @@ static EXTERNAL_REDIRECTS: &[(&str, &str)] = &[
53
"policies/privacy",
54
"https://foundation.rust-lang.org/policies/privacy-policy/",
55
),
56
+ (
57
+ "policies/media-guide",
58
+ "https://foundation.rust-lang.org/policies/logo-policy-and-media-guide/",
59
+ ),
60
];
61
62
// Translations present on www.rust-lang.org before the 2018 redesign. If an equivalent translation
0 commit comments