]> AND Public Git Repository - simgrid.git/blobdiff - src/surf/xml/simgrid_dtd.c
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[sonar] Don't name unused exceptions.
[simgrid.git] / src / surf / xml / simgrid_dtd.c
index 36a715e54fdc750803de4c606a75018838268a0d..74ec79b92d397a58cabba899212d5953660a213c 100644 (file)
@@ -9340,7 +9340,7 @@ FAIL("Premature EOF: `</peer>' expected.");
 
 /* <!--
   *              DTD of SimGrid platform and deployment files.
-  * More info: http://simgrid.gforge.inria.fr/simgrid/latest/doc/platform.html
+  * More info: https://simgrid.org/doc/latest/platform.html
   * To upgrade your files, use the tool simgrid_update_xml
   * * Things that will change in upcoming version 5 (TODO):
   *   - The following tags will be removed:
@@ -9363,7 +9363,7 @@ FAIL("Premature EOF: `</peer>' expected.");
   *      that a <host>, <peer>, <cluster> or <cabinet> can deliver per second.
   *    - In <trace_connect>, attribute kind="POWER" is now kind="SPEED".
   *    - In <host> and <link>, attributes availability and state are gone.
-  *      It was redundent with state and availability traces, and with peak values.
+  *      It was redundant with state and availability traces, and with peak values.
   *    - In <cluster>, cannot set the availability nor state profiles.
   *      This was too complex and unused.
   *    - The DOCTYPE points to the right URL (this file).