From ad32f7a15d1799ce04cac657102f26ee4e3b05d5 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Mon, 22 Jul 2019 18:36:31 +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: Ibd4ed1a1e282f0088467a6fcafe44b1dad46ed5f --- doc/source/admin/production-guidelines.rst | 2 +- doc/source/admin/upgrades/newton.rst | 6 +++--- doc/source/contributor/ubuntu-dev.rst | 2 +- doc/source/index.rst | 2 +- doc/source/user/rest.rst | 2 +- tox.ini | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/doc/source/admin/production-guidelines.rst b/doc/source/admin/production-guidelines.rst index cb0144867..eb26399da 100644 --- a/doc/source/admin/production-guidelines.rst +++ b/doc/source/admin/production-guidelines.rst @@ -107,4 +107,4 @@ In the main PowerDNS configuration file, include the following statement:: .. _IANA TLD list: https://data.iana.org/TLD/tlds-alpha-by-domain.txt .. _Public Suffix list: https://publicsuffix.org/ .. _Bug 1471159: https://bugs.launchpad.net/designate/+bug/1471159 -.. _TLD API: http://developer.openstack.org/api-ref/dns/#tld +.. _TLD API: https://docs.openstack.org/api-ref/dns/#tld diff --git a/doc/source/admin/upgrades/newton.rst b/doc/source/admin/upgrades/newton.rst index 7f4fd2d23..8e14da445 100644 --- a/doc/source/admin/upgrades/newton.rst +++ b/doc/source/admin/upgrades/newton.rst @@ -93,11 +93,11 @@ New Features djbdns tools. - An experimental agent backend to support Knot DNS 2 - A new recordset api ``/v2/recordsets`` is exposed, docs can be found - `here `_. + `here `_. - Designate services now report running status. The information is exposed via - `api `_. + `api `_. - The quotas API from the admin API has been ported to /v2 with some changes - and is now `stable `_. + and is now `stable `_. Deprecation Notices ------------------- diff --git a/doc/source/contributor/ubuntu-dev.rst b/doc/source/contributor/ubuntu-dev.rst index 7c0bdee44..841f105cf 100644 --- a/doc/source/contributor/ubuntu-dev.rst +++ b/doc/source/contributor/ubuntu-dev.rst @@ -361,4 +361,4 @@ the ``auth_strategy = keystone`` in the ``service:api`` section. This will make it easier to use clients like the ``openstack`` CLI that expect Keystone. -.. _api-ref: https://developer.openstack.org/api-ref/dns/ +.. _api-ref: https://docs.openstack.org/api-ref/dns/ diff --git a/doc/source/index.rst b/doc/source/index.rst index 666c916e9..3fd74000b 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -21,7 +21,7 @@ Contents cli/index For information on the Designate API, see the -`API Reference `_. +`API Reference `_. This documentation is generated by the Sphinx toolkit and lives in the `source tree `_. diff --git a/doc/source/user/rest.rst b/doc/source/user/rest.rst index 4e4a733a8..3cbd1f1d1 100644 --- a/doc/source/user/rest.rst +++ b/doc/source/user/rest.rst @@ -73,4 +73,4 @@ Admin API rest/admin/quotas -.. _api site: http://developer.openstack.org/api-ref/dns/ +.. _api site: https://docs.openstack.org/api-ref/dns/ diff --git a/tox.ini b/tox.ini index 3b73b3cc3..cc9dc0161 100644 --- a/tox.ini +++ b/tox.ini @@ -142,7 +142,7 @@ commands=pip-missing-reqs -d --ignore-file=designate/tests/* designate [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 = -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} -r{toxinidir}/doc/requirements.txt