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: I6a7ca7d3ec8f3a3f7bf332aa1585e84e2e4483a1
This commit is contained in:
Ian Wienand 2019-03-24 20:36:16 +00:00
parent 27285fe0f1
commit 7a4fb1cb30

View File

@ -13,13 +13,13 @@ Getting to Know Your Project
.. code-block:: console
$ git clone git://git.openstack.org/openstack/<your_project>
$ git clone https://git.openstack.org/openstack/<your_project>
- Example:
.. code-block:: console
$ git clone git://git.openstack.org/openstack/training-guides
$ git clone https://git.openstack.org/openstack/training-guides
- Run the tests
- Join the project's IRC channel