From ec816aa64a7f1b6ce4688b35d3a69915b13528da Mon Sep 17 00:00:00 2001 From: melissaml Date: Wed, 8 Feb 2017 17:40:52 +0800 Subject: [PATCH] Use https instead of http for git.openstack.org Change-Id: I94db681139eb7fb7a6482a61967687e31c56e594 --- 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 fc4ef3707..5a1a98c83 100644 --- a/api-ref/source/conf.py +++ b/api-ref/source/conf.py @@ -108,7 +108,7 @@ pygments_style = 'sphinx' # Config logABug feature # source tree giturl = ( - u'http://git.openstack.org/cgit/openstack/zun/tree/api-ref/source') + u'https://git.openstack.org/cgit/openstack/zun/tree/api-ref/source') # html_context allows us to pass arbitrary values into the html template html_context = {'bug_tag': 'api-ref', 'giturl': giturl,