From 8cfa016718747ee8941bcb980c9fb0f8e421b1cd Mon Sep 17 00:00:00 2001 From: Van Hung Pham Date: Fri, 2 Jun 2017 23:50:39 +0700 Subject: [PATCH] Optimize the link address Use https instead of http to ensure the safety Change-Id: Ie884eafb19bb1975b9392b489c0e8c25d86e2346 --- CONTRIBUTING.rst | 4 ++-- HACKING.rst | 2 +- README.rst | 12 ++++++------ 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index ad78c67c..066a28f4 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 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 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/HACKING.rst b/HACKING.rst index c93744e4..2fc82e04 100644 --- a/HACKING.rst +++ b/HACKING.rst @@ -3,7 +3,7 @@ Zaqar style commandments ======================== - Step 1: Read the OpenStack Style Commandments - http://docs.openstack.org/developer/hacking/ + https://docs.openstack.org/developer/hacking/ - Step 2: Read on for Zaqar specific commandments General diff --git a/README.rst b/README.rst index 4d31e2c1..159ec9e5 100644 --- a/README.rst +++ b/README.rst @@ -2,8 +2,8 @@ Team and repository tags ======================== -.. image:: http://governance.openstack.org/badges/zaqar.svg - :target: http://governance.openstack.org/reference/tags/index.html +.. image:: https://governance.openstack.org/badges/zaqar.svg + :target: https://governance.openstack.org/reference/tags/index.html .. Change things from this point on @@ -37,7 +37,7 @@ The API v2.0 (stable) specification and documentation are available at: Zaqar Contributor Documentation, the source of which is in ``doc/source/``, is available at: - http://docs.openstack.org/developer/zaqar/ + https://docs.openstack.org/developer/zaqar/ Contributors are encouraged to join IRC (``#openstack-zaqar`` channel on ``irc.freenode.net``): @@ -46,11 +46,11 @@ Contributors are encouraged to join IRC (``#openstack-zaqar`` channel on Information on how to run unit and functional tests is available at: - http://docs.openstack.org/developer/zaqar/running_tests.html + https://docs.openstack.org/developer/zaqar/running_tests.html Information on how to run benchmarking tool is available at: - http://docs.openstack.org/developer/zaqar/running_benchmark.html + https://docs.openstack.org/developer/zaqar/running_benchmark.html Using Zaqar ----------- @@ -66,7 +66,7 @@ Using Zaqar in development environment: The instruction is available at: - http://docs.openstack.org/developer/zaqar/devref/development.environment.html + https://docs.openstack.org/developer/zaqar/devref/development.environment.html This will allow you to run local Zaqar server with MongoDB as database.