From 53e26b6acdd39c367ca29af3a31227d6edc95650 Mon Sep 17 00:00:00 2001 From: Hangdong Zhang Date: Tue, 25 Jul 2017 15:41:55 +0800 Subject: [PATCH] Update the documentation link for doc migration Change-Id: Icac2bac9ef8539f44e0a9a2a6d8a0cc8e0a77c26 --- HACKING.rst | 4 ++-- valence/common/i18n.py | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/HACKING.rst b/HACKING.rst index c405252..307cbbf 100644 --- a/HACKING.rst +++ b/HACKING.rst @@ -2,7 +2,7 @@ Valence Style Commandments =========================== Read the OpenStack Style Commandments -http://docs.openstack.org/developer/hacking/ +https://docs.openstack.org/hacking/latest/ - [H305] Organize your imports according to 'Import order template' mentioned - in http://docs.openstack.org/developer/hacking/#import-order-template + in https://docs.openstack.org/hacking/latest/user/hacking.html#import-order-template diff --git a/valence/common/i18n.py b/valence/common/i18n.py index 6fbaa0f..6bb248d 100644 --- a/valence/common/i18n.py +++ b/valence/common/i18n.py @@ -14,7 +14,8 @@ # limitations under the License. # It's based on oslo.i18n usage in OpenStack Keystone project and -# recommendations from http://docs.openstack.org/developer/oslo.i18n/usage.html +# recommendations from: +# https://docs.openstack.org/oslo.i18n/latest/user/usage.html import oslo_i18n