summaryrefslogtreecommitdiff
path: root/api-ref
diff options
context:
space:
mode:
Diffstat (limited to 'api-ref')
-rwxr-xr-xapi-ref/source/conf.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/api-ref/source/conf.py b/api-ref/source/conf.py
index 52e655ca..8c109bb9 100755
--- a/api-ref/source/conf.py
+++ b/api-ref/source/conf.py
@@ -78,7 +78,8 @@ release = version_info.release_string()
version = version_info.version_string()
# Config logABug feature
-giturl = u'http://git.openstack.org/cgit/openstack/trove/tree/api-ref/source'
+giturl = (
+ u'https://opendev.org/openstack/trove/src/branch/master/api-ref/source')
# source tree
# html_context allows us to pass arbitrary values into the html template
html_context = {"bug_tag": "api-ref",
@@ -117,7 +118,7 @@ pygments_style = 'sphinx'
# Config logABug feature
# source tree
giturl = (
- u'http://git.openstack.org/cgit/openstack/trove/tree/api-ref/source')
+ u'https://opendev.org/openstack/trove/src/branch/master/api-ref/source')
# html_context allows us to pass arbitrary values into the html template
html_context = {'bug_tag': 'api-ref',
'giturl': giturl,