diff --git a/api-quick-start/source/conf.py b/api-quick-start/source/conf.py index 0f98a4f74..12ece0cd2 100644 --- a/api-quick-start/source/conf.py +++ b/api-quick-start/source/conf.py @@ -71,7 +71,7 @@ release = '0.1' # bug_tag: Tag for categorizing the bug. Must be set manually. # bug_project: Project to file bugs against. # These variables are passed to the logabug code via html_context. -giturl = u'http://git.openstack.org/cgit/openstack/api-site/tree/api-quick-start/source' +giturl = u'https://git.openstack.org/cgit/openstack/api-site/tree/api-quick-start/source' git_cmd = ["/usr/bin/git", "log", "-1"] last_commit = subprocess.Popen(git_cmd, stdout=subprocess.PIPE) first_line_cmd = ["head", "-n1"] diff --git a/firstapp/source/conf.py b/firstapp/source/conf.py index f45313660..8c5536b00 100644 --- a/firstapp/source/conf.py +++ b/firstapp/source/conf.py @@ -77,7 +77,7 @@ release = '0.1' # bug_tag: Tag for categorizing the bug. Must be set manually. # bug_project: Project to file bugs against. # These variables are passed to the logabug code via html_context. -giturl = u'http://git.openstack.org/cgit/openstack/api-site/tree/firstapp/source' +giturl = u'https://git.openstack.org/cgit/openstack/api-site/tree/firstapp/source' git_cmd = ["/usr/bin/git", "log", "-1"] last_commit = subprocess.Popen(git_cmd, stdout=subprocess.PIPE) first_line_cmd = ["head", "-n1"]