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: Icb170841bacdc5b069c2ff1894615af19d5ab358
This commit is contained in:
Andreas Jaeger 2019-07-22 18:22:21 +02:00
parent 79b064a079
commit 67abf372aa
2 changed files with 3 additions and 3 deletions

View File

@ -40,7 +40,7 @@ The following features are available:
To learn how to use Freezer's API, consult the documentation available online
at:
- `Backup API Reference <https://developer.openstack.org/api-ref/backup/>`__
- `Backup API Reference <https://docs.openstack.org/api-ref/backup/>`__
- `Freezer API <https://github.com/openstack/freezer-api>`__
Freezer Disaster Recovery:

View File

@ -155,9 +155,9 @@
connection = mysql+pymysql://root:stack@127.0.0.1/freezer?charset=utf8
* Currently, `Freezer API v2 <https://developer.openstack.org/api-ref/backup/v2/>`_
* Currently, `Freezer API v2 <https://docs.openstack.org/api-ref/backup/v2/>`_
is enabled and used by default. If you want to use
`Freezer API v1 <https://developer.openstack.org/api-ref/backup/v1/>`_
`Freezer API v1 <https://docs.openstack.org/api-ref/backup/v1/>`_
instead, manually activate it in the [DEFAULT] section:
.. code-block:: ini