summaryrefslogtreecommitdiff
path: root/doc/source/user/usage.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/source/user/usage.rst')
-rw-r--r--doc/source/user/usage.rst4
1 files changed, 2 insertions, 2 deletions
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 <http://docs.openstack.org/developer/hacking/#imports>`_
+ `OpenStack Style Guidelines <https://docs.openstack.org/hacking/latest/#imports>`_
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 <http://docs.openstack.org/developer/hacking/#imports>`_
+The `OpenStack Style Guidelines <https://docs.openstack.org/hacking/latest/#imports>`_
prefer importing modules and accessing names from those modules after
import, rather than importing the names directly. For example: