summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorjacky06 <zhang.min@99cloud.net>2019-04-23 13:25:13 +0800
committercaoyuan <cao.yuan@99cloud.net>2019-05-14 13:14:16 +0000
commitf2e642a180aa31ba25f42fcd1a488540ee185ef4 (patch)
tree0410d0a0c98ca1c0aaebd9cd71671f0beef3c484 /doc
parent504b245d2e4ff031e9c6bdb054d9df002a899a22 (diff)
downloadoslo-policy-f2e642a180aa31ba25f42fcd1a488540ee185ef4.tar.gz
Replace git.openstack.org URLs with opendev.org URLs
Change-Id: I06b5f84891c7d90837cfbbdbb532f8479620c6c7 Closes-Bug: #1827761
Diffstat (limited to 'doc')
-rw-r--r--doc/source/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py
index 16f161e..f7d542a 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -51,7 +51,7 @@ exclude_patterns = ['api/oslo_policy.tests.*', 'api/setup.rst']
# General information about the project.
project = u'oslo.policy'
copyright = u'2014, OpenStack Foundation'
-source_tree = 'https://git.openstack.org/cgit/openstack/oslo.policy/tree'
+source_tree = 'https://opendev.org/openstack/oslo.policy/src/branch/master'
# If true, '()' will be appended to :func: etc. cross-reference text.
add_function_parentheses = True