From ce7008299f5f16a200df6d6093324c8343d57f60 Mon Sep 17 00:00:00 2001 From: Hangdong Zhang Date: Mon, 24 Jul 2017 10:22:06 +0800 Subject: [PATCH] Update the documentation link for doc migration 1. Update URLs according to document migration 2. Optimize (e.g. http -> https) Change-Id: I6a00171fe52e79e3bd8f9c2f73f8fafa3a35a077 --- CONTRIBUTING.rst | 4 ++-- HACKING.rst | 2 +- README.rst | 4 ++-- congressclient/i18n.py | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index dc3cd79..d3eec61 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 a469ef7..e2938d9 100644 --- a/HACKING.rst +++ b/HACKING.rst @@ -1,4 +1,4 @@ python-congressclient Style Commandments =============================================== -Read the OpenStack Style Commandments http://docs.openstack.org/developer/hacking/ \ No newline at end of file +Read the OpenStack Style Commandments https://docs.openstack.org/hacking/latest/ \ No newline at end of file diff --git a/README.rst b/README.rst index 9e15017..95a8594 100644 --- a/README.rst +++ b/README.rst @@ -15,8 +15,8 @@ Client for Congress * Free software: Apache license * Documentation: https://docs.openstack.org/python-congressclient/latest/ -* Source: http://git.openstack.org/cgit/openstack/python-congressclient -* Bugs: http://bugs.launchpad.net/python-congressclient +* Source: https://git.openstack.org/cgit/openstack/python-congressclient +* Bugs: https://bugs.launchpad.net/python-congressclient Client for Standalone Congress diff --git a/congressclient/i18n.py b/congressclient/i18n.py index 8a82300..c0dc8f3 100644 --- a/congressclient/i18n.py +++ b/congressclient/i18n.py @@ -12,7 +12,7 @@ """oslo_i18n integration module for novaclient. -See http://docs.openstack.org/developer/oslo.i18n/usage.html . +See https://docs.openstack.org/oslo.i18n/latest/user/usage.html. """