Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
tuto_s4u: add an exercise about the Mailboxes, and improve related doc
[simgrid.git] / examples / s4u / app-masterworkers / s4u-app-masterworkers-class.cpp
index 81c84cb..d84f370 100644 (file)
@@ -3,8 +3,9 @@
 /* This program is free software; you can redistribute it and/or modify it
  * under the terms of the license (GNU LGPL) which comes with this package. */
 
-/* This is part of the following tutorial:                                  */
-/*    https://simgrid.frama.io/simgrid/usecase_algorithms.html              */
+/* ************************************************************************* */
+/* Take this tutorial online: https://simgrid.frama.io/simgrid/tuto_s4u.html */
+/* ************************************************************************* */
 
 #include <simgrid/s4u.hpp>