Optimize the link address

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

Change-Id: I0e26c5acb284d4454e25e8ce28bb72a148a7f71c
This commit is contained in:
XieYingYun 2017-04-08 14:37:59 +08:00
parent 687b4976fb
commit b7d751ad2d
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 in this page: you must follow the steps in this page:
http://docs.openstack.org/infra/manual/developers.html https://docs.openstack.org/infra/manual/developers.html
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

@ -2,8 +2,8 @@
Team and repository tags Team and repository tags
======================== ========================
.. image:: http://governance.openstack.org/badges/cinder.svg .. image:: https://governance.openstack.org/badges/cinder.svg
:target: http://governance.openstack.org/reference/tags/index.html :target: https://governance.openstack.org/reference/tags/index.html
.. Change things from this point on .. Change things from this point on
@ -14,8 +14,8 @@ CINDER
You have come across a storage service for an open cloud computing service. You have come across a storage service for an open cloud computing service.
It has identified itself as `Cinder`. It was abstracted from the Nova project. It has identified itself as `Cinder`. It was abstracted from the Nova project.
* Wiki: http://wiki.openstack.org/Cinder * Wiki: https://wiki.openstack.org/Cinder
* Developer docs: http://docs.openstack.org/developer/cinder * Developer docs: https://docs.openstack.org/developer/cinder
Getting Started Getting Started
--------------- ---------------