diff --git a/deploy-guide/source/conf.py b/deploy-guide/source/conf.py index 03822a3ddd..847a0324bc 100644 --- a/deploy-guide/source/conf.py +++ b/deploy-guide/source/conf.py @@ -80,7 +80,7 @@ version = version_info.canonical_version_string() # gitsha: The SHA checksum of the bug description. Automatically extracted 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 = ("http://git.openstack.org/cgit/openstack/{0}" +giturl = ("https://git.openstack.org/cgit/openstack/{0}" "/tree/deploy-guide/source").format(target_name) git_cmd = "/usr/bin/git log | head -n1 | cut -f2 -d' '" gitsha = os.popen(git_cmd).read().strip('\n') diff --git a/doc/source/conf.py b/doc/source/conf.py index 24296a28e6..7079ab9cf9 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -80,7 +80,7 @@ version = version_info.canonical_version_string() # gitsha: The SHA checksum of the bug description. Automatically extracted 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 = ("http://git.openstack.org/cgit/openstack/{0}" +giturl = ("https://git.openstack.org/cgit/openstack/{0}" "/tree/doc/source").format(target_name) git_cmd = "/usr/bin/git log | head -n1 | cut -f2 -d' '" gitsha = os.popen(git_cmd).read().strip('\n') diff --git a/releasenotes/source/conf.py b/releasenotes/source/conf.py index 7283324d44..b814993461 100644 --- a/releasenotes/source/conf.py +++ b/releasenotes/source/conf.py @@ -64,7 +64,7 @@ target_name = u'openstack-ansible' title = u'OpenStack-Ansible Release Notes' # The link to the browsable source code (for the left hand menu) -oslosphinx_cgit_link = 'http://git.openstack.org/cgit/openstack/' + target_name +oslosphinx_cgit_link = 'https://git.openstack.org/cgit/openstack/' + target_name # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the