diff options
author | Andreas Jaeger <aj@suse.com> | 2019-07-22 18:55:34 +0200 |
---|---|---|
committer | Andreas Jaeger <aj@suse.com> | 2019-07-22 18:55:34 +0200 |
commit | 208cdfea3977ba492efba8d78aec79187c149e50 (patch) | |
tree | 3744c9165a196593e240d5315ec2da538a24ee5a /tox.ini | |
parent | 5a403d7090d992c0fd573aa057b03a15cbe28fa6 (diff) | |
download | heat-208cdfea3977ba492efba8d78aec79187c149e50.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 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: I69a41aa850c87e92bf5c3e7fed32e0e961a3c6d3
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -74,7 +74,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. deps = -r{toxinidir}/doc/requirements.txt whitelist_externals = bash rm |