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: Id5f629085e0ecfb4fc75ff82c1ed0283f3d2c490
This commit is contained in:
Andreas Jaeger 2019-07-30 19:50:34 +02:00
parent c77eeb2d14
commit 2c3c3b1b11
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ commands =
[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 -W -b html -d api-ref/build/doctrees api-ref/source api-ref/build/html