From: Martin Quinson Date: Sat, 27 Oct 2018 17:44:47 +0000 (+0200) Subject: docs: fix all examples of git clone to use https X-Git-Tag: v3_22~846 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/8dee2d00cff75248e2e9ab41f422ec3ad0defb23?hp=3b3ad8b3ccb9f03b30613ef4ee536459939a67f5 docs: fix all examples of git clone to use https --- 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