From fec4bbdfb54e7137b41f5e4cd3529a9ec8d2b485 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Mon, 3 Apr 2017 07:50:36 -0500 Subject: [PATCH] Add redirect for shade docs As part of the governance move, shade started publishing its docs at docs.o.o/developer/shade instead of docs.o.o/infra/shade. Add a redirect in case anyone has a link to the old location so that they don't get stale content. Change-Id: I7d62bd877d4f29dd496daff0db0aae58d439a054 --- www/static/.htaccess | 3 +++ 1 file changed, 3 insertions(+) diff --git a/www/static/.htaccess b/www/static/.htaccess index 04093fa4c3..c77fe2d6c9 100644 --- a/www/static/.htaccess +++ b/www/static/.htaccess @@ -534,3 +534,6 @@ redirect 301 /contributor-guide/ui-text-guidelines /contributor-guide/ux-ui-guid # Redirect any deploy guide project directory back to the current stable index redirectmatch 301 "^/project-deploy-guide/$" /project-deploy-guide/ocata/ redirectmatch 301 "^/project-deploy-guide/openstack-ansible/$" /project-deploy-guide/openstack-ansible/ocata/ + +# Redirecting infra docs links to new developer location +redirectmatch 301 "^/infra/shade(.*)$" /developer/shade$1