From 47b6f688ab7d3732f1d61382758c91fce1be4d1e Mon Sep 17 00:00:00 2001 From: gengchc2 Date: Tue, 7 Feb 2017 10:38:19 +0800 Subject: Use https instead of http for git.openstack.org Trivialfix Change-Id: I5277e07ec42762c06a41d9efe4c6038a9fefb6ef --- doc/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') 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. -- cgit v1.2.1