diff options
author | Eric Brown <browne@vmware.com> | 2017-02-05 20:45:52 -0800 |
---|---|---|
committer | Eric Brown <browne@vmware.com> | 2017-02-05 20:46:32 -0800 |
commit | 689729fa354921152cb1bd7220056a89b627e66e (patch) | |
tree | 9c315cb04cd5e9a68927606ff90d6526dfeabe70 /README.rst | |
parent | 6f35d94a1f5c4b25a21ef7c349affe3e911dc065 (diff) | |
download | python-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 'README.rst')
-rw-r--r-- | README.rst | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -2,8 +2,8 @@ Team and repository tags ======================== -.. image:: http://governance.openstack.org/badges/python-keystoneclient.svg - :target: http://governance.openstack.org/reference/tags/index.html +.. image:: https://governance.openstack.org/badges/python-keystoneclient.svg + :target: https://governance.openstack.org/reference/tags/index.html .. Change things from this point on @@ -33,14 +33,14 @@ OpenStack's Identity Service. For command line interface support, use * `How to Contribute`_ .. _PyPi: https://pypi.python.org/pypi/python-keystoneclient -.. _Online Documentation: http://docs.openstack.org/developer/python-keystoneclient +.. _Online Documentation: https://docs.openstack.org/developer/python-keystoneclient .. _Launchpad project: https://launchpad.net/python-keystoneclient .. _Blueprints: https://blueprints.launchpad.net/python-keystoneclient .. _Bugs: https://bugs.launchpad.net/python-keystoneclient .. _Source: https://git.openstack.org/cgit/openstack/python-keystoneclient .. _OpenStackClient: https://pypi.python.org/pypi/python-openstackclient -.. _How to Contribute: http://docs.openstack.org/infra/manual/developers.html -.. _Specs: http://specs.openstack.org/openstack/keystone-specs/ +.. _How to Contribute: https://docs.openstack.org/infra/manual/developers.html +.. _Specs: https://specs.openstack.org/openstack/keystone-specs/ .. contents:: Contents: :local: |