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
This commit is contained in:
Monty Taylor 2017-04-03 07:50:36 -05:00
parent c06335c95e
commit fec4bbdfb5
No known key found for this signature in database
GPG Key ID: 7BAE94BC7141A594

View File

@ -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