Use https instead of http for git.openstack.org

Change-Id: I2d39eca95d7cd3e31d8ad2ecee381fabfe8ad0f6
This commit is contained in:
xurong00037997 2017-02-07 14:24:46 +08:00
parent 65dd7ae290
commit 21ba912ed9
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ pygments_style = 'sphinx'
# Config logABug feature
# source tree
giturl = (
u'http://git.openstack.org/cgit/openstack/glance/tree/api-ref/source')
u'https://git.openstack.org/cgit/openstack/glance/tree/api-ref/source')
# html_context allows us to pass arbitrary values into the html template
html_context = {'bug_tag': 'api-ref',
'giturl': giturl,