From 19557a8715a02f55d4bdaaf483970fcc71cb4597 Mon Sep 17 00:00:00 2001 From: Christoph Groth <christoph.groth@cea.fr> Date: Tue, 15 Dec 2015 13:29:43 +0100 Subject: [PATCH] navigation: use the infinite form for all verbs --- conf.py | 4 ++-- content/{citing.rst => cite.rst} | 0 htaccess-apache | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) rename content/{citing.rst => cite.rst} (100%) diff --git a/conf.py b/conf.py index fc49f99..1b740fc 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 229c091..f9ebc50 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 -- GitLab