summaryrefslogtreecommitdiff
path: root/HACKING.rst
diff options
context:
space:
mode:
authorEric Brown <browne@vmware.com>2017-02-05 20:36:05 -0800
committerEric Brown <browne@vmware.com>2017-02-05 20:36:42 -0800
commit96dac98364562055720a0ada7ec3c89c8d251bf5 (patch)
tree23a500dc260d996494e1d06c76622b10dfd4a7cd /HACKING.rst
parent49866d15f4248f803d913df5d363e798c3887556 (diff)
downloadkeystonemiddleware-96dac98364562055720a0ada7ec3c89c8d251bf5.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: I8521461203fe40e4576f4de7cfb500bd64027d6d
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 77de6b3..02d290f 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
Keystone Middleware 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/