summaryrefslogtreecommitdiff
path: root/HACKING.rst
diff options
context:
space:
mode:
authorEric Brown <browne@vmware.com>2017-02-05 20:45:52 -0800
committerEric Brown <browne@vmware.com>2017-02-05 20:46:32 -0800
commit689729fa354921152cb1bd7220056a89b627e66e (patch)
tree9c315cb04cd5e9a68927606ff90d6526dfeabe70 /HACKING.rst
parent6f35d94a1f5c4b25a21ef7c349affe3e911dc065 (diff)
downloadpython-keystoneclient-689729fa354921152cb1bd7220056a89b627e66e.tar.gz
Use https for *.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: Ia6cdaf7fabd1c355df002aa07b0695610dde9cd1
Diffstat (limited to 'HACKING.rst')
-rw-r--r--HACKING.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/HACKING.rst b/HACKING.rst
index 0dfef99..1ab4a87 100644
--- a/HACKING.rst
+++ b/HACKING.rst
@@ -2,7 +2,7 @@ Keystone Style Commandments
===========================
- Step 1: Read the OpenStack Style Commandments
- http://docs.openstack.org/developer/hacking/
+ https://docs.openstack.org/developer/hacking/
- Step 2: Read on
Exceptions
@@ -17,7 +17,7 @@ Testing
python-keystoneclient uses testtools and testr for its unittest suite
and its test runner. Basic workflow around our use of tox and testr can
-be found at http://wiki.openstack.org/testr. If you'd like to learn more
+be found at https://wiki.openstack.org/testr. If you'd like to learn more
in depth:
https://testtools.readthedocs.org/