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:
parent
c06335c95e
commit
fec4bbdfb5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user