Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge master into mc-process
[simgrid.git] / doc / doxygen / use.doc
index e70c9d6..38b7a48 100644 (file)
@@ -28,7 +28,6 @@ You should also check our online <a href="http://simgrid.gforge.inria.fr/tutoria
 
 Here are some examples on how to use MSG, the most used API.
 
-tr
 MSG comes with an extensive set of examples. It is sometimes difficult
 to find the one you need. This list aims at helping you finding the
 example from which you can learn what you want to.
@@ -239,7 +238,7 @@ This initializes MSG, runs a simulation, and free all data-structures created by
 
 \paragraph MSG_ext_ms_platform Example of platform file
 
-\include msg/small_platform.xml
+\include platforms/small_platform.xml
 
 \section using_smpi Using SMPI
 You should check our online <a href="http://simgrid.gforge.inria.fr/tutorials.html"> tutorial section</a> that contains a dedicated tutorial.