From cf8f96bba46e681c5b823ced6c4cb2e857c39899 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Thu, 28 Mar 2019 16:00:46 +0100 Subject: [PATCH] fix another broken link + fix a copy/paste failure --- docs/source/Tutorial_Algorithms.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.20.1