Change http to https link

Due to current link cannot auto-direct https.

Change-Id: Ic372436b97fc26173767033346172883c2f91a37
This commit is contained in:
Nguyen Van Trung 2017-10-17 21:08:18 +07:00
parent 42f796ca14
commit 63531a12ea
2 changed files with 5 additions and 5 deletions

View File

@ -132,7 +132,7 @@ so install it as any other package::
yum install git-review
On Red Hat Enterprise Linux, you must first enable the `EPEL
<http://fedoraproject.org/wiki/EPEL>`_ repository, then install it as
<https://fedoraproject.org/wiki/EPEL>`_ repository, then install it as
any other package::
yum install git-review
@ -148,7 +148,7 @@ install it as any other package::
pacman -S git-review
On Mac OS X, or most other Unix-like systems, you may install it with
`pip <http://pip.readthedocs.org/en/latest/installing.html>`_::
`pip <https://pip.readthedocs.org/en/latest/installing.html>`_::
pip install git-review
@ -339,7 +339,7 @@ status of a specification. For more information, see `the Blueprints wiki page
<https://wiki.openstack.org/wiki/Blueprints>`_.
View all approved project team's specifications at
http://specs.openstack.org/.
https://specs.openstack.org/.
Starting a Change
-----------------
@ -354,7 +354,7 @@ Make sure you have the latest upstream changes::
git pull --ff-only origin master
Create a `topic branch
<http://git-scm.com/book/en/Git-Branching-Branching-Workflows#Topic-Branches>`_
<https://git-scm.com/book/en/Git-Branching-Branching-Workflows#Topic-Branches>`_
to hold your work and switch to it. If you are working on a
blueprint, name your topic branch ``bp/BLUEPRINT`` where BLUEPRINT is
the name of a blueprint in Launchpad (for example,

View File

@ -39,7 +39,7 @@ information about Zuul v3. Please at least read the first section,
and then continue reading as long as subsequent sections remain
relevant to the way you work.
.. _Zuul v3 spec: http://specs.openstack.org/openstack-infra/infra-specs/specs/zuulv3.html
.. _Zuul v3 spec: https://specs.openstack.org/openstack-infra/infra-specs/specs/zuulv3.html
What's the Minimum I Need to Know?
==================================