Update api-ref location

The api documentation is now published on docs.openstack.org instead
of developer.openstack.org. Update all links that are changed to the
new location.

Note that redirects will be set up as well but let's point now to the
new location.

For details, see:
http://lists.openstack.org/pipermail/openstack-discuss/2019-July/007828.html

Change-Id: I52969a8ee278b71cf7f92452fb26ff6a8420a3d4
This commit is contained in:
Andreas Jaeger 2019-07-22 20:49:37 +02:00
parent 0d01690a75
commit ea679cd0f8
2 changed files with 2 additions and 2 deletions

View File

@ -50,7 +50,7 @@ The following book explains how to use the command-line clients:
The following documentation provides reference and guidance information
for the OpenStack APIs:
* `API Documentation <https://developer.openstack.org/api-guide/quick-start/>`_
* `API Documentation <https://docs.openstack.org/api-quick-start/>`_
The following guide provides information on how to contribute to OpenStack
documentation:

View File

@ -276,7 +276,7 @@ Extensions
~~~~~~~~~~
The `API
Specifications <https://developer.openstack.org/api-guide/quick-start/index.html>`_ define
Specifications <https://docs.openstack.org/api-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.