summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-02-10 20:11:07 +0000
committerGerrit Code Review <review@openstack.org>2017-02-10 20:11:07 +0000
commit64e878ea9c817291feda552e679a458ebd5c5c3a (patch)
tree9c7105c604192d4dabaa286d0da9c1adc81a8c16
parentb7e2fcd7e2130ae31877bf4ab242e9e77375f42b (diff)
parentf6b68865e19187ae09720aa8787096e683201934 (diff)
downloadtaskflow-64e878ea9c817291feda552e679a458ebd5c5c3a.tar.gz
Merge "Use https instead of http for git.openstack.org"
-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