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