summaryrefslogtreecommitdiff
path: root/api-ref/source/conf.py
diff options
context:
space:
mode:
authorEric Brown <browne@vmware.com>2017-01-30 13:53:09 -0800
committerEric Brown <browne@vmware.com>2017-01-30 16:05:08 -0800
commit30d9095d28fe45667732639fff7f042a0d5b472c (patch)
treeb536add5325f860d73fc3ead0d5588aa04141319 /api-ref/source/conf.py
parent781db8e67a08674ad27310be2aa21d73868f8a3b (diff)
downloadkeystone-30d9095d28fe45667732639fff7f042a0d5b472c.tar.gz
Use https for docs.openstack.org references
The openstack.org pages now support https and our references to the site should by default be one signed by the organization. Change-Id: I30a462e03d1fd7852511e22cac34c6bc0e8917f4
Diffstat (limited to 'api-ref/source/conf.py')
-rw-r--r--api-ref/source/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/api-ref/source/conf.py b/api-ref/source/conf.py
index 05faea8cb..d4e2d89fa 100644
--- a/api-ref/source/conf.py
+++ b/api-ref/source/conf.py
@@ -82,7 +82,7 @@ release = keystone_version.release_string()
# Config logABug feature
giturl = (
- u'http://git.openstack.org/cgit/openstack/keystone/tree/api-ref/source')
+ u'https://git.openstack.org/cgit/openstack/keystone/tree/api-ref/source')
# source tree
# html_context allows us to pass arbitrary values into the html template
html_context = {"bug_tag": "api-ref",