Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix broken link to releases
authorJulien EMMANUEL <julien.emmanuel@inria.fr>
Wed, 28 Jul 2021 11:24:33 +0000 (13:24 +0200)
committerJulien EMMANUEL <julien.emmanuel@inria.fr>
Wed, 28 Jul 2021 11:24:33 +0000 (13:24 +0200)
Thanks Mael for reporting this one

docs/source/Installing_SimGrid.rst

index 3c65560..766946f 100644 (file)
@@ -34,7 +34,7 @@ Stable Java Package
 ^^^^^^^^^^^^^^^^^^^
 
 The jar file can be retrieved from the `Release page
-<https://framagit.org/simgrid/simgrid/releases>`_. This file is
+<https://framagit.org/simgrid/simgrid/-/releases>`_. This file is
 self-contained, including the native components for Linux, macOS and
 Windows. Copy it to your project's classpath and you're set.
 
@@ -130,7 +130,7 @@ Getting the Sources
 ^^^^^^^^^^^^^^^^^^^
 
 Grab the last **stable release** from `FramaGit
-<https://framagit.org/simgrid/simgrid/releases>`_, and compile it as follows:
+<https://framagit.org/simgrid/simgrid/-/releases>`_, and compile it as follows:
 
 .. code-block:: console