summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgecong1973 <ge.cong@zte.com.cn>2017-02-07 09:19:04 +0800
committergecong1973 <ge.cong@zte.com.cn>2017-02-07 09:19:04 +0800
commitf6b68865e19187ae09720aa8787096e683201934 (patch)
tree7f8b76b3dfb28e29f097132ccff3ee4564cc5851
parentf836d210316efda37babd0d08190d2679ece40cb (diff)
downloadtaskflow-f6b68865e19187ae09720aa8787096e683201934.tar.gz
Use https instead of http for git.openstack.org
TrivialFix Change-Id: I7c9f2dc507641a03717333a5e0c0479f96379326
-rw-r--r--doc/source/conf.py2
1 files changed, 1 insertions, 1 deletions
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