From 0d45aee7dceba7e1ddafdfb995d1b6a45e252a6a Mon Sep 17 00:00:00 2001 From: liuxiaoyang Date: Mon, 19 Jun 2017 08:56:29 +0800 Subject: [PATCH] Replace http with https The use of https and some of them are http. Use https instead of http to ensure the safety without containing our account/password information. e.g. https://review.openstack.org/#/c/462890/ Change-Id: I545833e4d7ede4435e4f50bed792a60847e9a813 --- CONTRIBUTING.rst | 4 ++-- HACKING.rst | 2 +- README.rst | 10 +++++----- doc/source/usage.rst | 2 +- setup.cfg | 2 +- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index aafbd53..9a5eea2 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -1,14 +1,14 @@ 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 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 section of this documentation to learn how changes to OpenStack should be 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. diff --git a/HACKING.rst b/HACKING.rst index f6627a0..ace48c9 100644 --- a/HACKING.rst +++ b/HACKING.rst @@ -1,4 +1,4 @@ reno Style Commandments =============================================== -Read the OpenStack Style Commandments http://docs.openstack.org/developer/hacking/ +Read the OpenStack Style Commandments https://docs.openstack.org/developer/hacking/ diff --git a/README.rst b/README.rst index 48651d2..8223bf9 100644 --- a/README.rst +++ b/README.rst @@ -48,11 +48,11 @@ from future documentation builds. Project Meta-data ================= -.. .. image:: http://governance.openstack.org/badges/reno.svg - :target: http://governance.openstack.org/reference/tags/index.html +.. .. image:: https://governance.openstack.org/badges/reno.svg + :target: https://governance.openstack.org/reference/tags/index.html * Free software: Apache license -* Documentation: http://docs.openstack.org/developer/reno -* Source: http://git.openstack.org/cgit/openstack/reno -* Bugs: http://bugs.launchpad.net/reno +* Documentation: https://docs.openstack.org/developer/reno +* Source: https://git.openstack.org/cgit/openstack/reno +* Bugs: https://bugs.launchpad.net/reno * IRC: #openstack-release on freenode diff --git a/doc/source/usage.rst b/doc/source/usage.rst index 5459af4..86d99c7 100644 --- a/doc/source/usage.rst +++ b/doc/source/usage.rst @@ -331,5 +331,5 @@ Within OpenStack The OpenStack project maintains separate instructions for configuring the CI jobs and other project-specific settings used for reno. Refer to the `Managing Release Notes -`__ +`__ section of the Project Team Guide for details. diff --git a/setup.cfg b/setup.cfg index a45143c..0005f95 100644 --- a/setup.cfg +++ b/setup.cfg @@ -5,7 +5,7 @@ description-file = README.rst author = OpenStack author-email = openstack-dev@lists.openstack.org -home-page = http://docs.openstack.org/developer/reno/ +home-page = https://docs.openstack.org/developer/reno/ classifier = Environment :: OpenStack Intended Audience :: Information Technology