diff --git a/doc/source/contributor/getting-involved.rst b/doc/source/contributor/getting-involved.rst index 41395afc0..53c63a544 100644 --- a/doc/source/contributor/getting-involved.rst +++ b/doc/source/contributor/getting-involved.rst @@ -106,7 +106,7 @@ Several common reserved IP blocks: Style Guide ''''''''''' -Follow `OpenStack Style Guidelines `_ +Follow `OpenStack Style Guidelines `_ File header ~~~~~~~~~~~ @@ -191,7 +191,7 @@ Use the Sphinx markup. Here is an example: Logging ~~~~~~~ -See http://docs.openstack.org/developer/oslo.i18n/guidelines.html +See https://docs.openstack.org/oslo.i18n/latest/user/guidelines.html .. code-block:: python diff --git a/install-guide/source/get_started.rst b/install-guide/source/get_started.rst index ef2ea7a0d..8d59b756b 100644 --- a/install-guide/source/get_started.rst +++ b/install-guide/source/get_started.rst @@ -45,5 +45,5 @@ The DNS service consists of the following components: ``designate-worker``, and the supported list is maintained `here`_ - .. _here: http://docs.openstack.org/developer/designate/support-matrix.html + .. _here: https://docs.openstack.org/designate/latest/contributor/support-matrix.html diff --git a/install-guide/source/next-steps.rst b/install-guide/source/next-steps.rst index 56d56d821..d6987994d 100644 --- a/install-guide/source/next-steps.rst +++ b/install-guide/source/next-steps.rst @@ -9,4 +9,4 @@ To add additional services, see the `additional OpenStack install documentation `_. To learn more about the designate service, read the `Designate developer documentation -`_. +`_. diff --git a/releasenotes/notes/pool_scheduler-32e34dda9484ef9a.yaml b/releasenotes/notes/pool_scheduler-32e34dda9484ef9a.yaml index 2acb7f05a..df6062366 100644 --- a/releasenotes/notes/pool_scheduler-32e34dda9484ef9a.yaml +++ b/releasenotes/notes/pool_scheduler-32e34dda9484ef9a.yaml @@ -1,6 +1,6 @@ --- features: - - Schedule across pools. See http://docs.openstack.org/developer/designate/pools/scheduler.html#default-provided-filters for the built in filters + - Schedule across pools. See https://docs.openstack.org/designate/latest/admin/pool-scheduler.html#default-provided-filters for the built in filters upgrade: - The default option for the scheduler filters will be ``attribute, pool_id_attribute, random``. diff --git a/setup.cfg b/setup.cfg index 1e59673b9..1a21d8336 100644 --- a/setup.cfg +++ b/setup.cfg @@ -5,7 +5,7 @@ description-file = README.rst author = OpenStack author-email = openstack-dev@lists.openstack.org -home-page = http://docs.openstack.org/developer/designate +home-page = https://docs.openstack.org/designate/latest/ classifier = Environment :: OpenStack Environment :: No Input/Output (Daemon)