summaryrefslogtreecommitdiff
path: root/doc/source
diff options
context:
space:
mode:
authorjacky06 <zhang.min@99cloud.net>2019-04-23 13:25:13 +0800
committerjacky06 <zhang.min@99cloud.net>2019-04-30 13:30:33 +0800
commitdd33e2a2c81043ea99c0453a9da545b4e8abf4aa (patch)
treed4572e7b2eca640da294cc84dfe2314cbf868560 /doc/source
parenta043b5d84e995c0e300ecd983619cff07787d33d (diff)
downloadoslo-context-dd33e2a2c81043ea99c0453a9da545b4e8abf4aa.tar.gz
Replace git.openstack.org URLs with opendev.org URLs
Change-Id: Iaf18cea9ee9f1edfd1ef1a96a36de1569e399886
Diffstat (limited to 'doc/source')
-rw-r--r--doc/source/user/examples.rst2
-rw-r--r--doc/source/user/usage.rst2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/source/user/examples.rst b/doc/source/user/examples.rst
index c5d2f70..f012baf 100644
--- a/doc/source/user/examples.rst
+++ b/doc/source/user/examples.rst
@@ -8,7 +8,7 @@ These files can be found in the doc/source/examples directory of
the git source of this project. They can also be found at the
`online git repository`_ of this project.
-.. _online git repository: https://git.openstack.org/cgit/openstack/oslo.context/tree/doc/source/examples
+.. _online git repository: https://opendev.org/openstack/oslo.context/src/branch/master/doc/source/user/examples
.. _example_usage_simple.py:
diff --git a/doc/source/user/usage.rst b/doc/source/user/usage.rst
index cc77d90..5fae372 100644
--- a/doc/source/user/usage.rst
+++ b/doc/source/user/usage.rst
@@ -101,7 +101,7 @@ to provide additional attributes that can be using with oslo.log. The Nova
`RequestContext`_ class for example provides additional variables including
user_name and project_name.
-.. _RequestContext: https://git.openstack.org/cgit/openstack/nova/tree/nova/context.py
+.. _RequestContext: https://opendev.org/openstack/nova/src/branch/master/nova/context.py
This can for example enable the defining of **logging_user_identity_format =
%(user_name)s %(project_name)s** which would produce a log record