summaryrefslogtreecommitdiff
path: root/doc/source/contributor/command-logs.rst
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-07-27 13:48:04 +0000
committerGerrit Code Review <review@openstack.org>2017-07-27 13:48:04 +0000
commitd010c00a1528478ca03d030ca821e74b572cb9d4 (patch)
treea678e4507f8ec40ab9b5fba11174883d2ccae174 /doc/source/contributor/command-logs.rst
parent86bda369638e53a8e9683731e7a5d432640fa813 (diff)
parent37998ad1c28144345d4310503b82c5729f1356f9 (diff)
downloadpython-openstackclient-d010c00a1528478ca03d030ca821e74b572cb9d4.tar.gz
Merge "Update the documentation link for doc migration"
Diffstat (limited to 'doc/source/contributor/command-logs.rst')
-rw-r--r--doc/source/contributor/command-logs.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/contributor/command-logs.rst b/doc/source/contributor/command-logs.rst
index 62126510..c203d02a 100644
--- a/doc/source/contributor/command-logs.rst
+++ b/doc/source/contributor/command-logs.rst
@@ -10,7 +10,7 @@ OpenStack projects. The following basic rules should be followed.
2. All logs except debug log need to be translated. The log message strings
that need to be translated should follow the rule of i18n guidelines:
- http://docs.openstack.org/developer/oslo.i18n/guidelines.html
+ https://docs.openstack.org/oslo.i18n/latest/user/guidelines.html
3. There are mainly two kinds of logs in OpenStackClient: command specific
log and general log. Use different logger to record them. The examples