Update the documentation link

Change-Id: I28e9097f01e4e6d60093c34534f58299488ebf73
This commit is contained in:
chenxing 2017-07-13 18:00:55 +00:00
parent 11f4a3c9dd
commit bc24df1ee2
5 changed files with 6 additions and 6 deletions

View File

@ -106,7 +106,7 @@ Several common reserved IP blocks:
Style Guide Style Guide
''''''''''' '''''''''''
Follow `OpenStack Style Guidelines <http://docs.openstack.org/developer/hacking/>`_ Follow `OpenStack Style Guidelines <https://docs.openstack.org/hacking/latest/>`_
File header File header
~~~~~~~~~~~ ~~~~~~~~~~~
@ -191,7 +191,7 @@ Use the Sphinx markup. Here is an example:
Logging 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 .. code-block:: python

View File

@ -45,5 +45,5 @@ The DNS service consists of the following components:
``designate-worker``, and the supported list is maintained `here`_ ``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

View File

@ -9,4 +9,4 @@ To add additional services, see the `additional OpenStack install documentation
<http://docs.openstack.org/#install-guides>`_. <http://docs.openstack.org/#install-guides>`_.
To learn more about the designate service, read the `Designate developer documentation To learn more about the designate service, read the `Designate developer documentation
<http://docs.openstack.org/developer/designate/index.html>`_. <https://docs.openstack.org/designate/latest/contributor/index.html>`_.

View File

@ -1,6 +1,6 @@
--- ---
features: 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: upgrade:
- The default option for the scheduler filters will be - The default option for the scheduler filters will be
``attribute, pool_id_attribute, random``. ``attribute, pool_id_attribute, random``.

View File

@ -5,7 +5,7 @@ description-file =
README.rst README.rst
author = OpenStack author = OpenStack
author-email = openstack-dev@lists.openstack.org author-email = openstack-dev@lists.openstack.org
home-page = http://docs.openstack.org/developer/designate home-page = https://docs.openstack.org/designate/latest/
classifier = classifier =
Environment :: OpenStack Environment :: OpenStack
Environment :: No Input/Output (Daemon) Environment :: No Input/Output (Daemon)