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 49998f0 commit 66b6ba3Copy full SHA for 66b6ba3
src/redirect.rs
@@ -2,7 +2,6 @@ use crate::render::{RenderCtx, render_redirect};
2
3
pub static PAGE_REDIRECTS: &[(&str, &str)] = &[
4
// Pre-2018 website pages
5
- ("community.html", "community"),
6
("conduct.html", "policies/code-of-conduct"),
7
("contribute-bugs.html", "community"),
8
("contribute-community.html", "community"),
0 commit comments