From 8dee2d00cff75248e2e9ab41f422ec3ad0defb23 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Sat, 27 Oct 2018 19:44:47 +0200 Subject: [PATCH] docs: fix all examples of git clone to use https --- docs/source/Installing_SimGrid.rst | 2 +- docs/source/Tutorial_Algorithms.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/Installing_SimGrid.rst b/docs/source/Installing_SimGrid.rst index e441110377..2c11421204 100644 --- a/docs/source/Installing_SimGrid.rst +++ b/docs/source/Installing_SimGrid.rst @@ -118,7 +118,7 @@ dependencies. .. code-block:: shell - git clone git@framagit.org:simgrid/simgrid.git + git clone https://framagit.org/simgrid/simgrid.git cd simgrid cmake -DCMAKE_INSTALL_PREFIX=/opt/simgrid . make diff --git a/docs/source/Tutorial_Algorithms.rst b/docs/source/Tutorial_Algorithms.rst index fdc48a39dc..dec980d844 100644 --- a/docs/source/Tutorial_Algorithms.rst +++ b/docs/source/Tutorial_Algorithms.rst @@ -356,7 +356,7 @@ everything as follows: # (exporting SimGrid_PATH is only needed if SimGrid is installed in a non-standard path) export SimGrid_PATH=/where/to/simgrid - git clone git@framagit.org:simgrid/simgrid-template-s4u.git + git clone https://framagit.org/simgrid/simgrid.git cd simgrid-template-s4u/ cmake . make -- 2.20.1