diff --git a/api-ref/source/conf.py b/api-ref/source/conf.py index 4c0492050..e2d1f16a5 100644 --- a/api-ref/source/conf.py +++ b/api-ref/source/conf.py @@ -75,7 +75,7 @@ release = version_info.release_string() version = version_info.version_string() # Config logABug feature -giturl = u'http://git.openstack.org/cgit/openstack/senlin/tree/api-ref/source' +giturl = u'https://git.openstack.org/cgit/openstack/senlin/tree/api-ref/source' # source tree # html_context allows us to pass arbitrary values into the html template html_context = {'bug_tag': 'api-ref', diff --git a/doc/source/conf.py b/doc/source/conf.py index 31d478c28..6dc16cfc7 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -68,7 +68,7 @@ version = senlin_version.canonical_version_string() # bug_tag: Tag for categorizing the bug. Must be set manually. # bug_project: Launchpad project to file bugs against. # These variables are passed to the logabug code via html_context. -giturl = u'http://git.openstack.org/cgit/openstack/senlin/tree/doc/source' +giturl = u'https://git.openstack.org/cgit/openstack/senlin/tree/doc/source' git_cmd = ["git", "log", "--pretty=format:'%ad, commit %h", "--date=local", "-n1"] gitsha = subprocess.Popen(git_cmd,