Use https instead of http for git.openstack.org

Change-Id: I94db681139eb7fb7a6482a61967687e31c56e594
This commit is contained in:
melissaml 2017-02-08 17:40:52 +08:00
parent b51b114f13
commit ec816aa64a
1 changed files with 1 additions and 1 deletions

View File

@ -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,