summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgengchc2 <geng.changcai2@zte.com.cn>2017-02-07 12:13:36 +0800
committergengchc2 <geng.changcai2@zte.com.cn>2017-02-08 02:09:46 +0000
commita63b01cb9e1d5be4e671a73b39e2f4cc5f6996c7 (patch)
tree9f4a263132e166c9e347f16479d537cdb4019b20
parent60d215d810a5fe15b924b132d9271d4e7e7d9086 (diff)
downloadceilometermiddleware-a63b01cb9e1d5be4e671a73b39e2f4cc5f6996c7.tar.gz
Use https instead of http for git.openstack.org
Trivialfix Change-Id: I83607ed245248e77e7927e0ea0c6ac630b48139b
-rw-r--r--releasenotes/source/conf.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/releasenotes/source/conf.py b/releasenotes/source/conf.py
index 8cf73ad..8292e3a 100644
--- a/releasenotes/source/conf.py
+++ b/releasenotes/source/conf.py
@@ -63,7 +63,8 @@ title = 'Ceilometer Middleware Release Notes'
target_name = 'ceilometermiddleware'
# 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