From dec89a600ffdcd0423fdf3d9e4a2f9bbbb1b036f Mon Sep 17 00:00:00 2001
From: zhangzs <zhangzhaoshan@inspur.com>
Date: Wed, 13 Jun 2018 10:45:18 +0800
Subject: [PATCH] replace http with https

Change-Id: I538bf4e38c798616e577bb78c2f98daf9eda59d3
---
 CONTRIBUTING.rst          | 4 ++--
 HACKING.rst               | 2 +-
 README.rst                | 2 +-
 doc/source/user/index.rst | 5 +++--
 4 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst
index 1e64a0c..f235094 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 f808aa0..dde68cb 100644
--- a/HACKING.rst
+++ b/HACKING.rst
@@ -1,4 +1,4 @@
 coverage2sql 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 fd50b3c..3e5a304 100644
--- a/README.rst
+++ b/README.rst
@@ -51,7 +51,7 @@ the coverage2sql command to populate the database with data from your test
 coverage file. coverage2sql takes in a `.coverage file`_ through by passing it
 file paths as positional arguments to the script at this moment.
 
-.. _.coverage file: http://coverage.readthedocs.io/en/latest/cmd.html#data-file
+.. _.coverage file: https://coverage.readthedocs.io/en/latest/cmd.html#data-file
 
 There are several options for running coverage2sql, they can be listed with::
 
diff --git a/doc/source/user/index.rst b/doc/source/user/index.rst
index 4f77307..00f53a8 100644
--- a/doc/source/user/index.rst
+++ b/doc/source/user/index.rst
@@ -27,7 +27,7 @@ the coverage2sql command to populate the database with data from your test
 coverage file. coverage2sql takes in a `.coverage file`_ through by passing it
 file paths as positional arguments to the script at this moment.
 
-.. _.coverage file: http://coverage.readthedocs.io/en/latest/cmd.html#data-file
+.. _.coverage file: https://coverage.readthedocs.io/en/latest/cmd.html#data-file
 
 There are several options for running coverage2sql, they can be listed with::
 
@@ -55,4 +55,5 @@ To see the TODO, go to the launchpad site:
 ChangeLog
 ---------
 
-To see the release notes go here: `http://docs.openstack.org/releasenotes/coverage2sql/ <http://docs.openstack.org/releasenotes/coverage2sql/>`_
+To see the release notes go here:
+`https://docs.openstack.org/releasenotes/coverage2sql/ <https://docs.openstack.org/releasenotes/coverage2sql/>`_