From 876310095589a8189a82c38ca83ca4d0a0164e56 Mon Sep 17 00:00:00 2001 From: Hangdong Zhang Date: Wed, 19 Jul 2017 10:49:20 +0800 Subject: [PATCH] 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 --- CONTRIBUTING.rst | 4 ++-- README.rst | 14 +++++++------- doc/source/contributor/contributing.rst | 2 +- doc/source/install/index.rst | 2 +- doc/source/user/bindings.rst | 2 +- doc/source/user/shell-v2.rst | 2 +- 6 files changed, 13 insertions(+), 13 deletions(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 9e0f508..aaedfac 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -1,13 +1,13 @@ If you would like to contribute to the development of OpenStack, 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 should be submitted for review via the Gerrit tool, following 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. diff --git a/README.rst b/README.rst index 7d8c2de..b5e9b46 100644 --- a/README.rst +++ b/README.rst @@ -2,8 +2,8 @@ Team and repository tags ======================== -.. image:: http://governance.openstack.org/badges/python-designateclient.svg - :target: http://governance.openstack.org/reference/tags/index.html +.. image:: https://governance.openstack.org/tc/badges/python-designateclient.svg + :target: https://governance.openstack.org/tc/reference/tags/index.html .. Change things from this point on @@ -23,10 +23,10 @@ provides a Python API (the ``designateclient`` module) and a command-line tool (``designate``). Development takes place via the usual OpenStack processes as outlined in the -`developer guide `_. The master -repository is in `Git `_. +`developer guide `_. The master +repository is in `Git `_. -See release notes and more at ``_. +See release notes and more at ``_. * License: Apache License, Version 2.0 * `PyPi`_ - package installation @@ -36,7 +36,7 @@ See release notes and more at `