Update and optimize documentation links

1. Update URLs according to document migration
2. Update the dead and outdated links
3. Optimize (e.g. http -> https)

Change-Id: I426747fbeb2277a5cddacf589234c0fdcfc5d673
This commit is contained in:
Hangdong Zhang 2017-07-19 10:49:20 +08:00
parent ea41cef9a1
commit 8763100955
6 changed files with 13 additions and 13 deletions

View File

@ -1,13 +1,13 @@
If you would like to contribute to the development of OpenStack, If you would like to contribute to the development of OpenStack,
you must follow the steps documented at: you must follow the steps documented at:
http://docs.openstack.org/infra/manual/developers.html https://docs.openstack.org/infra/manual/developers.html
Once those steps have been completed, changes to OpenStack Once those steps have been completed, changes to OpenStack
should be submitted for review via the Gerrit tool, following should be submitted for review via the Gerrit tool, following
the workflow documented at: the workflow documented at:
http://docs.openstack.org/infra/manual/developers.html#development-workflow https://docs.openstack.org/infra/manual/developers.html#development-workflow
Pull requests submitted through GitHub will be ignored. Pull requests submitted through GitHub will be ignored.

View File

@ -2,8 +2,8 @@
Team and repository tags Team and repository tags
======================== ========================
.. image:: http://governance.openstack.org/badges/python-designateclient.svg .. image:: https://governance.openstack.org/tc/badges/python-designateclient.svg
:target: http://governance.openstack.org/reference/tags/index.html :target: https://governance.openstack.org/tc/reference/tags/index.html
.. Change things from this point on .. Change things from this point on
@ -23,10 +23,10 @@ provides a Python API (the ``designateclient`` module) and a command-line tool
(``designate``). (``designate``).
Development takes place via the usual OpenStack processes as outlined in the Development takes place via the usual OpenStack processes as outlined in the
`developer guide <http://docs.openstack.org/infra/manual/developers.html>`_. The master `developer guide <https://docs.openstack.org/infra/manual/developers.html>`_. The master
repository is in `Git <http://git.openstack.org/cgit/openstack/python-designateclient>`_. repository is in `Git <https://git.openstack.org/cgit/openstack/python-designateclient>`_.
See release notes and more at `<http://docs.openstack.org/developer/python-designateclient/>`_. See release notes and more at `<https://docs.openstack.org/python-designateclient/latest/>`_.
* License: Apache License, Version 2.0 * License: Apache License, Version 2.0
* `PyPi`_ - package installation * `PyPi`_ - package installation
@ -36,7 +36,7 @@ See release notes and more at `<http://docs.openstack.org/developer/python-desig
* `How to Contribute`_ * `How to Contribute`_
.. _PyPi: https://pypi.python.org/pypi/python-designateclient .. _PyPi: https://pypi.python.org/pypi/python-designateclient
.. _Online Documentation: http://docs.openstack.org/developer/python-designateclient .. _Online Documentation: https://docs.openstack.org/python-designateclient/latest/
.. _Bugs: https://bugs.launchpad.net/python-designateclient .. _Bugs: https://bugs.launchpad.net/python-designateclient
.. _Source: https://git.openstack.org/cgit/openstack/python-designateclient .. _Source: https://git.openstack.org/cgit/openstack/python-designateclient
.. _How to Contribute: http://docs.openstack.org/infra/manual/developers.html .. _How to Contribute: https://docs.openstack.org/infra/manual/developers.html

View File

@ -7,7 +7,7 @@ Code is hosted `on GitHub`_. Submit bugs to the Designate Client project on
.. _on GitHub: https://github.com/openstack/python-designateclient .. _on GitHub: https://github.com/openstack/python-designateclient
.. _Launchpad: https://launchpad.net/python-designateclient .. _Launchpad: https://launchpad.net/python-designateclient
.. _Gerrit: http://docs.openstack.org/infra/manual/developers.html#development-workflow .. _Gerrit: https://docs.openstack.org/infra/manual/developers.html#development-workflow
Here's a quick summary: Here's a quick summary:

View File

@ -41,5 +41,5 @@ step. You can find out more about `Development Mode`_
pip install -r requirements.txt -r test-requirements.txt pip install -r requirements.txt -r test-requirements.txt
python setup.py develop python setup.py develop
.. _Development Mode: http://pythonhosted.org/setuptools/setuptools.html#development-mode .. _Development Mode: https://setuptools.readthedocs.io/en/latest/setuptools.html#development-mode
.. _PyPI: https://pypi.python.org/pypi/python-designateclient/ .. _PyPI: https://pypi.python.org/pypi/python-designateclient/

View File

@ -88,7 +88,7 @@ Keystone Authentication
Below is a sample of standard authentication with keystone using keystoneauth Below is a sample of standard authentication with keystone using keystoneauth
Sessions. For more information on keystoneauth API, see `Using Sessions`_. Sessions. For more information on keystoneauth API, see `Using Sessions`_.
.. _Using Sessions: http://docs.openstack.org/developer/keystoneauth/using-sessions.html .. _Using Sessions: https://docs.openstack.org/keystoneauth/latest/using-sessions.html
.. code-block:: python .. code-block:: python

View File

@ -572,4 +572,4 @@ Delete a TLD
$ openstack tld delete a7bba387-712b-4b42-9368-4508642c6113 $ openstack tld delete a7bba387-712b-4b42-9368-4508642c6113
.. _OpenStack Client configuration documentation: http://docs.openstack.org/developer/python-openstackclient/configuration.html .. _OpenStack Client configuration documentation: https://docs.openstack.org/python-openstackclient/latest/configuration/index.html