summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.com>2019-07-22 18:08:40 +0200
committerAndreas Jaeger <aj@suse.com>2019-07-22 19:17:28 +0200
commitdbe6321537c7dbbba2fdf9972567cff30864ff3a (patch)
treebed774d4eb60ad5939aec3d4e88520d71f920f3d /tox.ini
parent063ef486e93bbef1628aa722b96bbd86290361cd (diff)
downloadnova-dbe6321537c7dbbba2fdf9972567cff30864ff3a.tar.gz
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 Neutron publishes to api-ref/network, not networking anymore. 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: Id2cf3aa252df6db46575b5988e4937ecfc6792bb
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index e31a70dcd7..309cb0d3b5 100644
--- a/tox.ini
+++ b/tox.ini
@@ -178,7 +178,7 @@ commands =
[testenv:api-guide]
description =
- Generate the API guide. Called from CI scripts to test and publish to developer.openstack.org.
+ Generate the API guide. Called from CI scripts to test and publish to docs.openstack.org.
envdir = {toxworkdir}/docs
deps = {[testenv:docs]deps}
commands =
@@ -187,7 +187,7 @@ commands =
[testenv:api-ref]
description =
- Generate the API ref. Called from CI scripts to test and publish to developer.openstack.org.
+ Generate the API ref. Called from CI scripts to test and publish to docs.openstack.org.
envdir = {toxworkdir}/docs
deps = {[testenv:docs]deps}
commands =