summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorHangdong Zhang <hdzhang@fiberhome.com>2017-07-19 10:49:20 +0800
committerHangdong Zhang <hdzhang@fiberhome.com>2017-07-19 10:50:25 +0800
commit876310095589a8189a82c38ca83ca4d0a0164e56 (patch)
tree3e4e6525f043305dead24921a17bca3e04a6e7e5 /doc
parentea41cef9a1753faf5004c5900a486ed4439ca1dd (diff)
downloadpython-designateclient-876310095589a8189a82c38ca83ca4d0a0164e56.tar.gz
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
Diffstat (limited to 'doc')
-rw-r--r--doc/source/contributor/contributing.rst2
-rw-r--r--doc/source/install/index.rst2
-rw-r--r--doc/source/user/bindings.rst2
-rw-r--r--doc/source/user/shell-v2.rst2
4 files changed, 4 insertions, 4 deletions
diff --git a/doc/source/contributor/contributing.rst b/doc/source/contributor/contributing.rst
index 578e8a1..7bcd144 100644
--- a/doc/source/contributor/contributing.rst
+++ b/doc/source/contributor/contributing.rst
@@ -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
.. _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:
diff --git a/doc/source/install/index.rst b/doc/source/install/index.rst
index 1d6f83b..618ec1a 100644
--- a/doc/source/install/index.rst
+++ b/doc/source/install/index.rst
@@ -41,5 +41,5 @@ step. You can find out more about `Development Mode`_
pip install -r requirements.txt -r test-requirements.txt
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/
diff --git a/doc/source/user/bindings.rst b/doc/source/user/bindings.rst
index f00eff0..8d79032 100644
--- a/doc/source/user/bindings.rst
+++ b/doc/source/user/bindings.rst
@@ -88,7 +88,7 @@ Keystone Authentication
Below is a sample of standard authentication with keystone using keystoneauth
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
diff --git a/doc/source/user/shell-v2.rst b/doc/source/user/shell-v2.rst
index b3a9bf0..58d5c3e 100644
--- a/doc/source/user/shell-v2.rst
+++ b/doc/source/user/shell-v2.rst
@@ -572,4 +572,4 @@ Delete a TLD
$ 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