From d412e10193d7301d03e6da23d8283c90fbe0ff48 Mon Sep 17 00:00:00 2001 From: iswarya_vakati Date: Tue, 21 Feb 2017 16:31:39 +0530 Subject: [PATCH] Use https instead of http for git.openstack.org Change-Id: Ia1f7b8b9e25c3b1d195341532763a05d02cda1fd --- 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 450a86c..b4a9f57 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -89,7 +89,7 @@ version = version_info.version_string() # from git log. # bug_tag: Tag for categorizing the bug. Must be set manually. # These variables are passed to the logabug code via html_context. -giturl = u'http://git.openstack.org/cgit/openstack/meteos/tree/doc/source' +giturl = u'https://git.openstack.org/cgit/openstack/meteos/tree/doc/source' git_cmd = "/usr/bin/git log | head -n1 | cut -f2 -d' '" gitsha = os.popen(git_cmd).read().strip('\n') bug_tag = u'docs'