From 4a76a0ae904d6c14e7ef7fe2c4d525186e0cc803 Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Sun, 24 Mar 2019 20:35:08 +0000 Subject: [PATCH] Replace openstack.org git:// URLs with https:// This is a mechanically generated change to replace openstack.org git:// URLs with https:// equivalents. This is in aid of a planned future move of the git hosting infrastructure to a self-hosted instance of gitea (https://gitea.io), which does not support the git wire protocol at this stage. This update should result in no functional change. For more information see the thread at http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003825.html Change-Id: I41383afe2fde80cae255af79423cea063d484d76 --- doc/contributor-guide/source/tools-and-content-overview.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/contributor-guide/source/tools-and-content-overview.rst b/doc/contributor-guide/source/tools-and-content-overview.rst index a01897901d..313124d3b2 100644 --- a/doc/contributor-guide/source/tools-and-content-overview.rst +++ b/doc/contributor-guide/source/tools-and-content-overview.rst @@ -173,7 +173,7 @@ Clone the tools repo. .. code-block:: console - $ git clone git://git.openstack.org/openstack/openstack-doc-tools + $ git clone https://git.openstack.org/openstack/openstack-doc-tools $ cd openstack-doc-tools/bin Run the automated script. This will generate a virtual environment. @@ -221,7 +221,7 @@ generate a proper file. .. code-block:: console $ pushd - $ git clone git://git.openstack.org/openstack/openstack-doc-tools + $ git clone https://git.openstack.org/openstack/openstack-doc-tools $ cd openstack-doc-tools $ pip install . $ popd