Fix links to old API docs landing page; also htaccess redirect
Change-Id: Ic8c50f983e841f804731f9ca70a83b0e7149f457
This commit is contained in:
parent
3a438be06e
commit
9ece2a2b24
@ -276,7 +276,7 @@ Extensions
|
|||||||
~~~~~~~~~~
|
~~~~~~~~~~
|
||||||
|
|
||||||
The `API
|
The `API
|
||||||
Specifications <http://docs.openstack.org/api/api-specs.html>`_ define
|
Specifications <http://developer.openstack.org/api-guide/quick-start/index.html>`_ define
|
||||||
the core actions, capabilities, and mediatypes of the OpenStack API. A
|
the core actions, capabilities, and mediatypes of the OpenStack API. A
|
||||||
client can always depend on the availability of this core API, and
|
client can always depend on the availability of this core API, and
|
||||||
implementers are always required to support it in its entirety.
|
implementers are always required to support it in its entirety.
|
||||||
|
@ -272,7 +272,7 @@ Extensions
|
|||||||
~~~~~~~~~~
|
~~~~~~~~~~
|
||||||
|
|
||||||
The `API
|
The `API
|
||||||
Specifications <http://docs.openstack.org/api/api-specs.html>`_ define
|
Specifications <http://developer.openstack.org/api-guide/quick-start/index.html>`_ define
|
||||||
the core actions, capabilities, and mediatypes of the OpenStack API. A
|
the core actions, capabilities, and mediatypes of the OpenStack API. A
|
||||||
client can always depend on the availability of this core API, and
|
client can always depend on the availability of this core API, and
|
||||||
implementers are always required to support it in its entirety.
|
implementers are always required to support it in its entirety.
|
||||||
|
@ -63,6 +63,7 @@ redirect 301 /api/index.html /
|
|||||||
redirect 301 /developer/index.html /developer/openstack-projects.html
|
redirect 301 /developer/index.html /developer/openstack-projects.html
|
||||||
redirect 301 /cli/ /
|
redirect 301 /cli/ /
|
||||||
redirect 301 /incubation/ /
|
redirect 301 /incubation/ /
|
||||||
|
redirect 301 /api/api-specs.html http://developer.openstack.org/api-guide/quick-start/index.html
|
||||||
|
|
||||||
# Redirect old identity/api to api site
|
# Redirect old identity/api to api site
|
||||||
redirectmatch /identity/api/.*$ http://developer.openstack.org/
|
redirectmatch /identity/api/.*$ http://developer.openstack.org/
|
||||||
|
Loading…
Reference in New Issue
Block a user