Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Update some URLs to simgrid.org.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Wed, 6 Feb 2019 17:12:29 +0000 (18:12 +0100)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Wed, 6 Feb 2019 17:23:30 +0000 (18:23 +0100)
AUTHORS
README.md
doc/doxygen/FAQ.doc
doc/doxygen/community.doc
doc/doxygen/header.html
doc/doxygen/outcomes_vizu.doc
docs/source/Configuring_SimGrid.rst
docs/source/Tutorial_Algorithms.rst
docs/source/Tutorial_MPI_Applications.rst
docs/source/img/graphical-toc.svg

diff --git a/AUTHORS b/AUTHORS
index b78cffd..7be98f3 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -21,5 +21,5 @@ Fred Suter <frederic.suter::cc.in2p3.fr>
 Project Crew Members
 ____________________
 
-Check out our website http://simgrid.gforge.inria.fr/ and the git logs
-to see who's doing what in SimGrid.
+Check out our website http://simgrid.org/ and the git logs to see who's doing
+what in SimGrid.
index 8966151..938fcf4 100644 (file)
--- a/README.md
+++ b/README.md
@@ -15,7 +15,7 @@ systems. It can be used to evaluate heuristics, prototype applications
 or even assess legacy MPI applications.
 
 More documentation is included in this archive (doc/html/index.html)
-or [online](http://simgrid.gforge.inria.fr/)
+or [online](https://simgrid.org/)
 
 In any case, you may want to subscribe to the [user mailing list](http://lists.gforge.inria.fr/mailman/listinfo/simgrid-user). 
 There, you can find answers to your questions, or simply discuss with
index c8b98ff..96c9811 100644 (file)
@@ -8,7 +8,7 @@ This document is the FAQ of the MSG interface. Some entries are a bit aging and
 
 You are at the right place... To understand what you can do or
 cannot do with SimGrid, you should read the
-<a href="http://simgrid.gforge.inria.fr/tutorials.php">tutorial
+<a href="https://simgrid.org/tutorials.html">tutorial
 slides</a> from the SimGrid's website. You may find more uptodate
 material on the
 <a href="http://people.irisa.fr/Martin.Quinson/blog/SimGrid/">blog of
index f23562b..95fafd2 100644 (file)
@@ -54,9 +54,9 @@ always the first question we get. The more you use the framework,
 the better for us. 
 
 Make sure that your scientific publications using SimGrid actually
-cite the [right paper](http://simgrid.gforge.inria.fr/Publications.html).
+cite the [right paper](https://simgrid.org/Publications.html).
 Also make sure that these citations are correctly listed on 
-<a href="http://simgrid.gforge.inria.fr/Usages.html">our list</a>.
+<a href="https://simgrid.org/Usages.html">our list</a>.
 
 You can also <b>help us constituting an active and welcoming user
 community</b>. Subscribe to the mailing lists, and answer the
@@ -65,7 +65,7 @@ the relevant part of the documentation on need, and help them becoming
 part of our community too. 
 
 Another easy way to help the project is to add a link to the <a
-href="http://simgrid.gforge.inria.fr">SimGrid homepage</a> on your
+href="https://simgrid.org/">SimGrid homepage</a> on your
 site to <b>improve SimGrid's ranking in search engines</b>.
 
 Finally, if you organize a scientific event where you expect many
@@ -127,7 +127,7 @@ a difficult work, which outcome is very precious to us.
 
 Or maybe you developed an independent tool on top of SimGrid. We'd
 love helping you gaining visibility by listing it in our 
-<a href="http://simgrid.gforge.inria.fr/contrib.html">Contrib
+<a href="https://simgrid.org/contrib.html">Contrib
 section</a>. 
 
 @subsection contributing_todo Possible Enhancements
index 06dac6a..12bef2e 100644 (file)
@@ -49,10 +49,10 @@ $mathjax
 
 <div id="navrow1" class="sgtabs">
     <ul class="sgtablist">
-      <li><a href="http://simgrid.gforge.inria.fr/"><span>Home page</span></a></li>
-      <li><a href="http://simgrid.gforge.inria.fr/documentation.html"><span>Online documentation</span></a></li>
+      <li><a href="https://simgrid.org/"><span>Home page</span></a></li>
+      <li><a href="https://simgrid.org/documentation.html"><span>Online documentation</span></a></li>
       <li><a href="$relpath$javadoc"><span>Java documentation</span></a></li>
-      <li><a href="https://gforge.inria.fr/projects/simgrid"><span>Dev's Corner</span></a></li>
+      <li><a href="https://framagit.org/simgrid/simgrid"><span>Dev's Corner</span></a></li>
       <li>$searchbox</li>
     </ul>
   </div> 
index 06fdfd0..b45b90f 100644 (file)
@@ -433,7 +433,7 @@ several options to analyze this trace file:
   causality of your distributed simulation.
 
 - You can also check our online <a
-  href="http://simgrid.gforge.inria.fr/tutorials.html"> tutorial
+  href="https://simgrid.org/tutorials.html"> tutorial
   section</a> that contains a dedicated tutorial with several
   suggestions on how to use the tracing infrastructure. Look for the
   SimGrid User::Visualization 101 tutorial.
index 63383b8..1aa55d8 100644 (file)
@@ -745,7 +745,7 @@ process requires a blocking action (such as sending a message), it is
 interrupted, and only gets released when the simulated clock reaches
 the point where the blocking operation is done. This is explained
 graphically in the `relevant tutorial, available online
-<http://simgrid.gforge.inria.fr/tutorials/simgrid-simix-101.pdf>`_.
+<https://simgrid.org/tutorials/simgrid-simix-101.pdf>`_.
 
 In SimGrid, the containers in which user processes are virtualized are
 called contexts. Several context factory are provided, and you can
index dec980d..27552d5 100644 (file)
@@ -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::
 
index f2d7931..19b0fcf 100644 (file)
@@ -428,7 +428,7 @@ run it again and again.
 
 This produces a file called ``Rplots.pdf`` with the following
 content. You can find more visualization examples `online
-<http://simgrid.gforge.inria.fr/contrib/R_visualization.html>`_.
+<https://simgrid.org/contrib/R_visualization.html>`_.
 
 .. image:: /tuto_smpi/img/lu.S.4.png
    :align: center
index a6b6172..3970ed3 100644 (file)
          id="tspan2707-9" /></text>
     <a
        id="a6168"
-       xlink:href="http://simgrid.gforge.inria.fr/contrib/R_visualization.php"
+       xlink:href="https://simgrid.org/contrib/R_visualization.html"
        transform="translate(3.9099913)">
       <text
          id="text1028-1-4-3-1-5"
     </g>
     <a
        id="a6158"
-       xlink:href="http://simgrid.gforge.inria.fr/contrib/R_visualization.php"
+       xlink:href="https://simgrid.org/contrib/R_visualization.html"
        transform="translate(3.9099913)">
       <image
          width="27.781256"