Optimize the link address

Use https instead of http to ensure the safety without containing our
account/password information

Change-Id: Iaa89b2556f89e0d6389d47fe7380ffc546caccd0
This commit is contained in:
XieYingYun 2017-04-08 15:00:25 +08:00
parent 84e871fda8
commit fd9eac657a
2 changed files with 6 additions and 6 deletions

View File

@ -1,13 +1,13 @@
If you would like to contribute to the development of OpenStack, If you would like to contribute to the development of OpenStack,
you must follow the steps documented at: 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 Once those steps have been completed, changes to OpenStack
should be submitted for review via the Gerrit tool, following should be submitted for review via the Gerrit tool, following
the workflow documented at: 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. Pull requests submitted through GitHub will be ignored.

View File

@ -12,17 +12,17 @@ License, Version 2.0. The full terms and conditions of this
license are detailed in the LICENSE file. license are detailed in the LICENSE file.
For more information about Ceilometer APIs, see 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 Release notes are available at
https://releases.openstack.org/teams/telemetry.html https://releases.openstack.org/teams/telemetry.html
Developer documentation is available at 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 For information on how to contribute to ceilometer, see the CONTRIBUTING.rst
file. 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/ To report any ceilometer related bugs, see https://bugs.launchpad.net/ceilometer/