summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgengchc2 <geng.changcai2@zte.com.cn>2017-02-07 10:38:19 +0800
committergengchc2 <geng.changcai2@zte.com.cn>2017-02-07 10:38:19 +0800
commit47b6f688ab7d3732f1d61382758c91fce1be4d1e (patch)
tree0f9dfa4942a8127d267d79d21221478d5c26e234
parent63dda5e0da127dd2573d4e780fdae1f2d8b1a063 (diff)
downloadoslosphinx-47b6f688ab7d3732f1d61382758c91fce1be4d1e.tar.gz
Use https instead of http for git.openstack.org
Trivialfix Change-Id: I5277e07ec42762c06a41d9efe4c6038a9fefb6ef
-rwxr-xr-xdoc/source/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py
index 09b7191..2933150 100755
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -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.