Change .htaccess to redirect from old api_ext dir to api-ref.html
fix bug 1188073 Change-Id: Idfa869dd970f113062fc7d8c6306b4d53f2e30ad
This commit is contained in:
parent
d99f9c634e
commit
c5b211ab7a
@ -1,2 +1,5 @@
|
||||
# Redirect for the rename of quantum to neutron
|
||||
redirect 301 /developer/quantum/ /developer/neutron/
|
||||
|
||||
# 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
|
||||
|
Loading…
Reference in New Issue
Block a user