From 4ef3f07a61fd42577a7ecb7ebae5e4afda060a12 Mon Sep 17 00:00:00 2001 From: gengchc2 Date: Tue, 7 Feb 2017 11:42:27 +0800 Subject: [PATCH] Use https instead of http for git.openstack.org in designate Trivialfix Change-Id: I11a3311df7deb8ac8bd3e077f4493a869d7e1830 --- api-ref/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-ref/source/conf.py b/api-ref/source/conf.py index 034e96d72..1bff10432 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',