summaryrefslogtreecommitdiff
path: root/api-ref
diff options
context:
space:
mode:
authorgengchc2 <geng.changcai2@zte.com.cn>2017-02-07 11:42:27 +0800
committergengchc2 <geng.changcai2@zte.com.cn>2017-03-10 01:00:02 +0000
commit4ef3f07a61fd42577a7ecb7ebae5e4afda060a12 (patch)
tree0b27f8cabdec34d79b6ce16883258b28ef785203 /api-ref
parent5c340f0aa9ebddf2c77d22098e3b999a836a9f0f (diff)
downloaddesignate-4ef3f07a61fd42577a7ecb7ebae5e4afda060a12.tar.gz
Use https instead of http for git.openstack.org in designate
Trivialfix Change-Id: I11a3311df7deb8ac8bd3e077f4493a869d7e1830
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 034e96d7..1bff1043 100644
--- a/api-ref/source/conf.py
+++ b/api-ref/source/conf.py
@@ -78,7 +78,7 @@ version = version_info.version_string()
# Config logABug feature
giturl = (
- u'http://git.openstack.org/cgit/openstack/designate/tree/api-ref/source')
+ u'https://git.openstack.org/cgit/openstack/designate/tree/api-ref/source')
# source tree
# html_context allows us to pass arbitrary values into the html template
html_context = {'bug_tag': 'api-ref',