From: Martin Quinson Date: Thu, 7 Feb 2013 20:15:21 +0000 (+0100) Subject: Fix the download link in the install documentation X-Git-Tag: v3_9_90~510^2~8 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/c9fd680801727a545b8baa6cb9d7e733ab4f3587?ds=sidebyside Fix the download link in the install documentation --- diff --git a/doc/doxygen/install.doc b/doc/doxygen/install.doc index d65ddad34a..0f6588ff5d 100644 --- a/doc/doxygen/install.doc +++ b/doc/doxygen/install.doc @@ -15,7 +15,7 @@ SimGrid has very few dependencies and rely only on very standard tools. Recompiling the archive should be done in a few lines: @verbatim -wget https://gforge.inria.fr/frs/download.php/28674/SimGrid-3.9.tar.gz +wget https://gforge.inria.fr/frs/download.php/32047/SimGrid-3.9.tar.gz tar xf SimGrid-3.9.tar.gz cd SimGrid-3.9 cmake -DCMAKE_INSTALL_PREFIX=/opt/simgrid .