diff --git a/api-ref/source/conf.py b/api-ref/source/conf.py index fc4ef3707..5a1a98c83 100644 --- a/api-ref/source/conf.py +++ b/api-ref/source/conf.py @@ -108,7 +108,7 @@ pygments_style = 'sphinx' # Config logABug feature # source tree giturl = ( - u'http://git.openstack.org/cgit/openstack/zun/tree/api-ref/source') + u'https://git.openstack.org/cgit/openstack/zun/tree/api-ref/source') # html_context allows us to pass arbitrary values into the html template html_context = {'bug_tag': 'api-ref', 'giturl': giturl,