summaryrefslogtreecommitdiff
path: root/api-ref
diff options
context:
space:
mode:
authorgengchc2 <geng.changcai2@zte.com.cn>2017-02-07 11:28:30 +0800
committergengchc2 <geng.changcai2@zte.com.cn>2017-02-07 11:28:30 +0800
commit702c8048875736911fd8d5f8a14b02842606986d (patch)
treebe72558b15b0c3252a66fde7decf14c970ca5487 /api-ref
parent44fc037f970f05fa770f55bdbadc2cf188fbd500 (diff)
downloadswift-702c8048875736911fd8d5f8a14b02842606986d.tar.gz
Use https instead of http for git.openstack.org
Trivialfix Change-Id: I4862d073adecf1cc5312a64795ad890eeddf774d
Diffstat (limited to 'api-ref')
-rw-r--r--api-ref/source/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/api-ref/source/conf.py b/api-ref/source/conf.py
index a93a40f12..254bcc6bd 100644
--- a/api-ref/source/conf.py
+++ b/api-ref/source/conf.py
@@ -77,7 +77,7 @@ version = __version__.rsplit('.', 1)[0]
release = __version__
# Config logABug feature
-giturl = u'http://git.openstack.org/cgit/openstack/swift/tree/api-ref/source'
+giturl = u'https://git.openstack.org/cgit/openstack/swift/tree/api-ref/source'
# source tree
# html_context allows us to pass arbitrary values into the html template
html_context = {'bug_tag': 'api-ref',