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:
parent
27285fe0f1
commit
7a4fb1cb30
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user