Use https instead of http for git.openstack.org
Change-Id: I94db681139eb7fb7a6482a61967687e31c56e594
This commit is contained in:
parent
b51b114f13
commit
ec816aa64a
@ -108,7 +108,7 @@ pygments_style = 'sphinx'
|
|||||||
# Config logABug feature
|
# Config logABug feature
|
||||||
# source tree
|
# source tree
|
||||||
giturl = (
|
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 allows us to pass arbitrary values into the html template
|
||||||
html_context = {'bug_tag': 'api-ref',
|
html_context = {'bug_tag': 'api-ref',
|
||||||
'giturl': giturl,
|
'giturl': giturl,
|
||||||
|
Loading…
Reference in New Issue
Block a user