Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
docs: fix all examples of git clone to use https
authorMartin Quinson <martin.quinson@loria.fr>
Sat, 27 Oct 2018 17:44:47 +0000 (19:44 +0200)
committerMartin Quinson <martin.quinson@loria.fr>
Sat, 27 Oct 2018 17:44:47 +0000 (19:44 +0200)
docs/source/Installing_SimGrid.rst
docs/source/Tutorial_Algorithms.rst

index e441110..2c11421 100644 (file)
@@ -118,7 +118,7 @@ dependencies.
 
 .. code-block:: shell
 
 
 .. 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
    cd simgrid
    cmake -DCMAKE_INSTALL_PREFIX=/opt/simgrid .
    make
index fdc48a3..dec980d 100644 (file)
@@ -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
    
    # (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
    cd simgrid-template-s4u/
    cmake . 
    make