From e4c2d765e97345cac23314355c974eab9c7642cc Mon Sep 17 00:00:00 2001 From: Hangdong Zhang Date: Mon, 24 Jul 2017 10:09:58 +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: I27c37a91e07297c3821d7bb80ccbf9bcb881ff6b --- CONTRIBUTING.rst | 4 ++-- HACKING.rst | 2 +- README.rst | 6 +++--- cloudpulseclient/i18n.py | 2 +- cloudpulseclient/openstack/common/_i18n.py | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index e6a233a..b6dbcbe 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 in this page: - 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/HACKING.rst b/HACKING.rst index bf29703..4d3422d 100644 --- a/HACKING.rst +++ b/HACKING.rst @@ -1,4 +1,4 @@ python-cloudpulseclient Style Commandments =============================================== -Read the OpenStack Style Commandments http://docs.openstack.org/developer/hacking/ +Read the OpenStack Style Commandments https://docs.openstack.org/hacking/latest/ diff --git a/README.rst b/README.rst index 8a36bb1..2531160 100644 --- a/README.rst +++ b/README.rst @@ -5,9 +5,9 @@ python-cloudpulseclient A Python language binding for OpenStack CloudPulse. * Free software: Apache license -* Documentation: http://wiki.openstack.org/wiki/Cloudpulse -* Source: http://git.openstack.org/cgit/stackforge/python-cloudpulseclient -* Bugs: http://bugs.launchpad.net/python-cloudpulseclient +* Documentation: https://wiki.openstack.org/wiki/Cloudpulse +* Source: http://git.openstack.org/cgit/openstack/python-cloudpulseclient +* Bugs: https://bugs.launchpad.net/python-cloudpulseclient Features -------- diff --git a/cloudpulseclient/i18n.py b/cloudpulseclient/i18n.py index 24f5263..cfd0368 100644 --- a/cloudpulseclient/i18n.py +++ b/cloudpulseclient/i18n.py @@ -12,7 +12,7 @@ """oslo_i18n integration module for cloudpulseclient. -See http://docs.openstack.org/developer/oslo.i18n/usage.html . +See https://docs.openstack.org/oslo.i18n/latest/user/usage.html. """ diff --git a/cloudpulseclient/openstack/common/_i18n.py b/cloudpulseclient/openstack/common/_i18n.py index 24c25cf..31763f4 100644 --- a/cloudpulseclient/openstack/common/_i18n.py +++ b/cloudpulseclient/openstack/common/_i18n.py @@ -12,7 +12,7 @@ """oslo.i18n integration module. -See http://docs.openstack.org/developer/oslo.i18n/usage.html +See https://docs.openstack.org/oslo.i18n/latest/user/usage.html """