diff --git a/conf.py b/conf.py index fc49f9905deaa61b1dddb75b3b411f6dd9e5e56d..1b740fc66c07bbd0b0e68b08456c207af8434d5f 100644 --- a/conf.py +++ b/conf.py @@ -131,8 +131,8 @@ NAVIGATION_LINKS = { "<span class='hidden-xs'>community</span>"), ("/authors.html", "<i class='glyphicon glyphicon-user visible-xs-inline-block'></i>" "<span class='hidden-xs'>authors</span>"), - ("/citing.html", "<i class='glyphicon glyphicon-edit visible-xs-inline-block'></i>" - "<span class='hidden-xs'>citing</span>") + ("/cite.html", "<i class='glyphicon glyphicon-edit visible-xs-inline-block'></i>" + "<span class='hidden-xs'>cite</span>") ), } diff --git a/content/citing.rst b/content/cite.rst similarity index 100% rename from content/citing.rst rename to content/cite.rst diff --git a/htaccess-apache b/htaccess-apache index 229c0916b91d50a02f26196229f6a28ef0e86a65..f9ebc50f37a8aafc5da295a9c826b0c18e623dc4 100644 --- a/htaccess-apache +++ b/htaccess-apache @@ -32,5 +32,6 @@ RewriteRule ^(.*)/$ /$1 [R=301,L] Redirect 302 /2015-survey https://docs.google.com/forms/d/1j0LiFdZLjvfwoEyg5FML6z3sFKqV3Ar1mWReonYhatA/viewform Redirect 302 /contact /authors +Redirect 302 /citing /cite Redirect 302 /contribute /community Redirect 302 /download /install