From 36e9b3db556543d4bc552b392c46268c7aa12e0a Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Sun, 24 Mar 2019 20:34:05 +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: I087216b631beea811cdee6cc4b4d5e26067be673 --- doc/source/installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/installation.rst b/doc/source/installation.rst index 9d92fe2..9bba7b2 100644 --- a/doc/source/installation.rst +++ b/doc/source/installation.rst @@ -31,5 +31,5 @@ Install Log Processor To install directly from git:: - git clone git://git.openstack.org/openstack-infra/log_processor.git /path/to/log_processor + git clone https://git.openstack.org/openstack-infra/log_processor.git /path/to/log_processor pip install /path/to/log_processor