From f6b68865e19187ae09720aa8787096e683201934 Mon Sep 17 00:00:00 2001 From: gecong1973 Date: Tue, 7 Feb 2017 09:19:04 +0800 Subject: Use https instead of http for git.openstack.org TrivialFix Change-Id: I7c9f2dc507641a03717333a5e0c0479f96379326 --- doc/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index 49be338..c4e8864 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -40,7 +40,7 @@ exclude_patterns = ['_build'] # General information about the project. project = u'TaskFlow' copyright = u'%s, OpenStack Foundation' % datetime.date.today().year -source_tree = 'http://git.openstack.org/cgit/openstack/taskflow/tree' +source_tree = 'https://git.openstack.org/cgit/openstack/taskflow/tree' # If true, '()' will be appended to :func: etc. cross-reference text. add_function_parentheses = True -- cgit v1.2.1