Fix links to old API docs landing page; also htaccess redirect

Change-Id: Ic8c50f983e841f804731f9ca70a83b0e7149f457
This commit is contained in:
Anne Gentle 2017-01-11 07:54:44 -06:00
parent 3a438be06e
commit 9ece2a2b24
3 changed files with 3 additions and 2 deletions

View File

@ -276,7 +276,7 @@ Extensions
~~~~~~~~~~
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
client can always depend on the availability of this core API, and
implementers are always required to support it in its entirety.

View File

@ -272,7 +272,7 @@ Extensions
~~~~~~~~~~
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
client can always depend on the availability of this core API, and
implementers are always required to support it in its entirety.

View File

@ -63,6 +63,7 @@ redirect 301 /api/index.html /
redirect 301 /developer/index.html /developer/openstack-projects.html
redirect 301 /cli/ /
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
redirectmatch /identity/api/.*$ http://developer.openstack.org/