Optimize the link address

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

Change-Id: I734851840c713c4f16ef9a05fe2fd906b6c60e24
This commit is contained in:
XieYingYun 2017-04-07 10:50:11 +08:00
parent c459a4e35e
commit d5d6ae7cae
3 changed files with 9 additions and 9 deletions

View File

@ -1,14 +1,14 @@
If you would like to contribute to the development of OpenStack, you must If you would like to contribute to the development of OpenStack, you must
follow the steps in this page: follow the steps in this page:
http://docs.openstack.org/infra/manual/developers.html https://docs.openstack.org/infra/manual/developers.html
If you already have a good understanding of how the system works and your If you already have a good understanding of how the system works and your
OpenStack accounts are set up, you can skip to the development workflow OpenStack accounts are set up, you can skip to the development workflow
section of this documentation to learn how changes to OpenStack should be section of this documentation to learn how changes to OpenStack should be
submitted for review via the Gerrit tool: submitted for review via the Gerrit tool:
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

@ -1,7 +1,7 @@
Zun Style Commandments Zun Style Commandments
====================== ======================
Read the OpenStack Style Commandments http://docs.openstack.org/developer/hacking/ Read the OpenStack Style Commandments https://docs.openstack.org/developer/hacking/
Zun Specific Commandments Zun Specific Commandments
------------------------- -------------------------

View File

@ -2,8 +2,8 @@
Team and repository tags Team and repository tags
======================== ========================
.. image:: http://governance.openstack.org/badges/zun.svg .. image:: https://governance.openstack.org/badges/zun.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
@ -19,11 +19,11 @@ Note that this is a hard requirement.
* Free software: Apache license * Free software: Apache license
* Get Started: https://docs.openstack.org/developer/zun/dev/quickstart.html * Get Started: https://docs.openstack.org/developer/zun/dev/quickstart.html
* Documentation: http://docs.openstack.org/developer/zun * Documentation: https://docs.openstack.org/developer/zun
* Source: http://git.openstack.org/cgit/openstack/zun * Source: https://git.openstack.org/cgit/openstack/zun
* Bugs: http://bugs.launchpad.net/zun * Bugs: https://bugs.launchpad.net/zun
* Blueprints:** https://blueprints.launchpad.net/zun * Blueprints:** https://blueprints.launchpad.net/zun
* REST Client:** http://git.openstack.org/cgit/openstack/python-zunclient * REST Client:** https://git.openstack.org/cgit/openstack/python-zunclient
Features Features
-------- --------