From 2db67df0d0645f7a0477621895f5fa618a7c0fc1 Mon Sep 17 00:00:00 2001 From: "ChangBo Guo(gcb)" Date: Wed, 12 Jul 2017 15:43:48 +0800 Subject: [PATCH] Update URLs in documents according to document migration Change-Id: Ib92b989c48553675dafc1ec44fdb43a4155e2a01 --- HACKING.rst | 2 +- README.rst | 6 +++--- doc/source/user/usage.rst | 4 ++-- setup.cfg | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/HACKING.rst b/HACKING.rst index cb07476..39378cb 100644 --- a/HACKING.rst +++ b/HACKING.rst @@ -1,4 +1,4 @@ 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 9c0eb7f..5d2ffe7 100644 --- a/README.rst +++ b/README.rst @@ -24,6 +24,6 @@ internationalization (i18n) features, especially translation for text strings in an application or library. * Free software: Apache license -* Documentation: http://docs.openstack.org/developer/oslo.i18n -* Source: http://git.openstack.org/cgit/openstack/oslo.i18n -* Bugs: http://bugs.launchpad.net/oslo.i18n +* Documentation: https://docs.openstack.org/oslo.i18n/latest +* Source: https://git.openstack.org/cgit/openstack/oslo.i18n +* Bugs: https://bugs.launchpad.net/oslo.i18n diff --git a/doc/source/user/usage.rst b/doc/source/user/usage.rst index d26acd1..5870eb3 100644 --- a/doc/source/user/usage.rst +++ b/doc/source/user/usage.rst @@ -115,7 +115,7 @@ for each message: The import of multiple modules from _i18n on a single line is a valid exception to - `OpenStack Style Guidelines `_ + `OpenStack Style Guidelines `_ for import statements. @@ -136,7 +136,7 @@ code for translatable strings looks for the marker function names. Handling hacking Objections to Imports ====================================== -The `OpenStack Style Guidelines `_ +The `OpenStack Style Guidelines `_ prefer importing modules and accessing names from those modules after import, rather than importing the names directly. For example: diff --git a/setup.cfg b/setup.cfg index 4e9b9db..83c102a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -5,7 +5,7 @@ description-file = README.rst author = OpenStack author-email = openstack-dev@lists.openstack.org -home-page = http://docs.openstack.org/developer/oslo.i18n +home-page = https://docs.openstack.org/oslo.i18n/latest classifier = Environment :: OpenStack Intended Audience :: Information Technology