From 7fa2da61648dc152fc1c8c73688091bf3218e86f Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Mon, 22 Jul 2019 18:56:58 +0200 Subject: [PATCH] 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 --- doc/source/restapi/index.rst | 2 +- tox.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/restapi/index.rst b/doc/source/restapi/index.rst index e9f6dcf3..21f87266 100644 --- a/doc/source/restapi/index.rst +++ b/doc/source/restapi/index.rst @@ -5,5 +5,5 @@ Blazar REST API docs .. toctree:: :maxdepth: 1 - Blazar REST API v1 + Blazar REST API v1 api-v2 diff --git a/tox.ini b/tox.ini index edce51fd..a9e7444d 100644 --- a/tox.ini +++ b/tox.ini @@ -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