From fd9eac657a5ac39e0eb8c58f5322ff3af7451c28 Mon Sep 17 00:00:00 2001 From: XieYingYun Date: Sat, 8 Apr 2017 15:00:25 +0800 Subject: [PATCH] Optimize the link address Use https instead of http to ensure the safety without containing our account/password information Change-Id: Iaa89b2556f89e0d6389d47fe7380ffc546caccd0 --- CONTRIBUTING.rst | 4 ++-- README.rst | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index d42f99d40e..719bfdd683 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -1,13 +1,13 @@ If you would like to contribute to the development of OpenStack, you must follow the steps documented at: - http://docs.openstack.org/infra/manual/developers.html#development-workflow + https://docs.openstack.org/infra/manual/developers.html#development-workflow Once those steps have been completed, changes to OpenStack should be submitted for review via the Gerrit tool, following the workflow documented at: - http://docs.openstack.org/infra/manual/developers.html#development-workflow + https://docs.openstack.org/infra/manual/developers.html#development-workflow Pull requests submitted through GitHub will be ignored. diff --git a/README.rst b/README.rst index fe759b9a25..4960379d8a 100644 --- a/README.rst +++ b/README.rst @@ -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/