From 16c6c378a96825049b786a60678015c5fedf01c9 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Mon, 22 Jul 2019 18:16:43 +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: Id0b8c3aed2cf11a4adfcfedf1e99ac070804b58f --- doc/source/specs/rocky/approved/compute-node.rst | 2 +- tox.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/specs/rocky/approved/compute-node.rst b/doc/source/specs/rocky/approved/compute-node.rst index bcbc4846..f7f620dd 100644 --- a/doc/source/specs/rocky/approved/compute-node.rst +++ b/doc/source/specs/rocky/approved/compute-node.rst @@ -394,7 +394,7 @@ References `_ .. [#ServerConcepts] `OpenStack Server API Concepts - `_ + `_ History ======= diff --git a/tox.ini b/tox.ini index 1da3b595..60814aef 100644 --- a/tox.ini +++ b/tox.ini @@ -81,7 +81,7 @@ commands = oslo_debug_helper -t cyborg/tests {posargs} [testenv:api-ref] # 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. deps = -r{toxinidir}/doc/requirements.txt commands = rm -rf api-ref/build