From 2ea1df5aa2b29e777f97659da47044bf68b53dc1 Mon Sep 17 00:00:00 2001 From: loooosy Date: Mon, 17 Apr 2017 19:09:53 +0800 Subject: [PATCH] Optimize the link address Use https instead of http to ensure the safety Change-Id: If1f5f2ce86b82ed48a7d8a990773638363f6043a --- CONTRIBUTING.rst | 10 +++++----- HACKING.rst | 2 +- README.rst | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index f5fa2c416..2919e0bb1 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -11,8 +11,8 @@ Contributor License Agreement In order to contribute to the Mistral project, you need to have signed OpenStack's contributor's agreement: -* http://docs.openstack.org/infra/manual/developers.html -* http://wiki.openstack.org/CLA +* https://docs.openstack.org/infra/manual/developers.html +* https://wiki.openstack.org/CLA Project Hosting Details @@ -24,10 +24,10 @@ Project Hosting Details * Python client tracker: https://launchpad.net/python-mistralclient * Mailing list (prefix subjects with ``[Mistral]`` for faster responses) - http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev + https://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev * Documentation - * http://docs.openstack.org/developer/mistral/ + * https://docs.openstack.org/developer/mistral/ * IRC channel * #openstack-mistral at FreeNode @@ -60,7 +60,7 @@ Project Hosting Details * https://review.openstack.org/#/q/mistral-specs - * http://docs.openstack.org/infra/manual/developers.html#development-workflow + * https://docs.openstack.org/infra/manual/developers.html#development-workflow * Mistral Design Specifications * https://specs.openstack.org/openstack/mistral-specs/ diff --git a/HACKING.rst b/HACKING.rst index a0d0befa0..a3c3a814b 100644 --- a/HACKING.rst +++ b/HACKING.rst @@ -1,7 +1,7 @@ Style Commandments ================== -Read the OpenStack Style Commandments http://docs.openstack.org/developer/hacking/ +Read the OpenStack Style Commandments https://docs.openstack.org/developer/hacking/ Mistral Specific Commandments ----------------------------- diff --git a/README.rst b/README.rst index b615d65fc..071705867 100644 --- a/README.rst +++ b/README.rst @@ -2,8 +2,8 @@ Team and repository tags ======================== -.. image:: http://governance.openstack.org/badges/mistral.svg - :target: http://governance.openstack.org/reference/tags/index.html +.. image:: https://governance.openstack.org/badges/mistral.svg + :target: https://governance.openstack.org/reference/tags/index.html Mistral =======