Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Yell when there is an exception, not when there isn't
[simgrid.git] / docs / source / Tutorial_Algorithms.rst
index fdc48a3..27552d5 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
    
-   git clone git@framagit.org:simgrid/simgrid-template-s4u.git
+   git clone https://framagit.org/simgrid/simgrid.git
    cd simgrid-template-s4u/
    cmake . 
    make
@@ -645,7 +645,7 @@ Visualizing the result
 vite is not enough to understand the situation, because it does not
 deal with categorization. This time, you absolutely must switch to R,
 as explained on `this page
-<http://simgrid.gforge.inria.fr/contrib/R_visualization.php>`_.
+<https://simgrid.org/contrib/R_visualization.html>`_.
 
 .. todo::