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: Icee2189e5a56e06ae01c7e3eee585e4c7a9553a6
This commit is contained in:
Andreas Jaeger 2019-07-22 18:56:58 +02:00
parent 125f53bf48
commit 7fa2da6164
2 changed files with 2 additions and 2 deletions

View File

@ -5,5 +5,5 @@ Blazar REST API docs
.. toctree::
:maxdepth: 1
Blazar REST API v1 <https://developer.openstack.org/api-ref/reservation/>
Blazar REST API v1 <https://docs.openstack.org/api-ref/reservation/>
api-v2

View File

@ -66,7 +66,7 @@ commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasen
[testenv:api-ref]
basepython = python3
# This environment is called from CI scripts to test and publish
# the API Ref to developer.openstack.org.
# the API Ref to docs.openstack.org.
commands =
rm -rf api-ref/build
sphinx-build -WE -b html -d api-ref/build/doctrees api-ref/source api-ref/build/html