Use https instead of http for git.openstack.org

Trivialfix

Change-Id: I5277e07ec42762c06a41d9efe4c6038a9fefb6ef
This commit is contained in:
gengchc2 2017-02-07 10:38:19 +08:00
parent 63dda5e0da
commit 47b6f688ab
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ extensions = [
'oslosphinx'
]
oslosphinx_cgit_link = 'http://git.openstack.org/cgit/openstack/oslosphinx'
oslosphinx_cgit_link = 'https://git.openstack.org/cgit/openstack/oslosphinx'
# autodoc generation is a bit aggressive and a nuisance when doing heavy
# text edit cycles.