From 63531a12eac2eb6b905a9677758b7579b7865949 Mon Sep 17 00:00:00 2001 From: Nguyen Van Trung Date: Tue, 17 Oct 2017 21:08:18 +0700 Subject: [PATCH] Change http to https link Due to current link cannot auto-direct https. Change-Id: Ic372436b97fc26173767033346172883c2f91a37 --- doc/source/developers.rst | 8 ++++---- doc/source/zuulv3.rst | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/source/developers.rst b/doc/source/developers.rst index 08a4089..217b0da 100644 --- a/doc/source/developers.rst +++ b/doc/source/developers.rst @@ -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 -`_ repository, then install it as +`_ 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 `_:: +`pip `_:: pip install git-review @@ -339,7 +339,7 @@ status of a specification. For more information, see `the Blueprints wiki page `_. 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 -`_ +`_ 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, diff --git a/doc/source/zuulv3.rst b/doc/source/zuulv3.rst index 03a173f..3684f35 100644 --- a/doc/source/zuulv3.rst +++ b/doc/source/zuulv3.rst @@ -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? ==================================