From: Martin Quinson Date: Thu, 28 Mar 2019 15:00:46 +0000 (+0100) Subject: fix another broken link + fix a copy/paste failure X-Git-Tag: v3_22~7 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/cf8f96bba46e681c5b823ced6c4cb2e857c39899?hp=b01ad897fbf1aadba693f0d49045ea090bde42ab fix another broken link + fix a copy/paste failure --- diff --git a/docs/source/Tutorial_Algorithms.rst b/docs/source/Tutorial_Algorithms.rst index feb034a023..bff4f27cc5 100644 --- a/docs/source/Tutorial_Algorithms.rst +++ b/docs/source/Tutorial_Algorithms.rst @@ -346,7 +346,7 @@ Debian and Ubuntu for example, you can get them as follows: sudo apt install simgrid pajeng cmake g++ vite For R analysis of the produced traces, you may want to install R, -and the `pajengr_ package. +and the `pajengr`_ package. .. code-block:: shell @@ -364,7 +364,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 https://framagit.org/simgrid/simgrid.git + git clone https://framagit.org/simgrid/simgrid-template-s4u.git cd simgrid-template-s4u/ cmake . make