diff options
author | XieYingYun <smokony@sina.com> | 2017-04-08 15:00:25 +0800 |
---|---|---|
committer | XieYingYun <smokony@sina.com> | 2017-04-08 17:15:28 +0800 |
commit | fd9eac657a5ac39e0eb8c58f5322ff3af7451c28 (patch) | |
tree | ccefd333f655963501df62dff273bdb744283392 /README.rst | |
parent | 84e871fda8af4526e336475088b4f87940c0357a (diff) | |
download | ceilometer-fd9eac657a5ac39e0eb8c58f5322ff3af7451c28.tar.gz |
Optimize the link address
Use https instead of http to ensure the safety without containing our
account/password information
Change-Id: Iaa89b2556f89e0d6389d47fe7380ffc546caccd0
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -12,17 +12,17 @@ License, Version 2.0. The full terms and conditions of this license are detailed in the LICENSE file. For more information about Ceilometer APIs, see -http://developer.openstack.org/api-ref-telemetry-v2.html +https://developer.openstack.org/api-ref-telemetry-v2.html Release notes are available at https://releases.openstack.org/teams/telemetry.html Developer documentation is available at -http://docs.openstack.org/developer/ceilometer/ +https://docs.openstack.org/developer/ceilometer/ For information on how to contribute to ceilometer, see the CONTRIBUTING.rst file. -The project home is at http://launchpad.net/ceilometer +The project home is at https://launchpad.net/ceilometer -To report any ceilometer related bugs, see http://bugs.launchpad.net/ceilometer/
\ No newline at end of file +To report any ceilometer related bugs, see https://bugs.launchpad.net/ceilometer/ |