openstack-manuals/www/developer/.htaccess
Sergey Lukjanov c8279fa499 Add dev docs redirect for sahara client too
Change-Id: I860e2806cad9e0b62e35cfe297ff3e8a82ea6a6f
2014-03-18 01:43:16 +04:00

13 lines
569 B
ApacheConf

# Redirect for the rename of quantum to neutron
redirect 301 /developer/quantum/ /developer/neutron/
# Redirect for the rename of python-quantumclient to python-neutronclient
redirect 301 /developer/python-quantumclient/ /developer/python-neutronclient/
# Redirect to api.openstack.org for nova's old api_ext doc
redirect 301 /developer/nova/api_ext/ http://api.openstack.org/api-ref.html
# Redirect for the rename of savanna to sahara
redirect 301 /developer/savanna/ /developer/sahara/
redirect 301 /developer/python-savannaclient/ /developer/python-saharaclient/