Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix another bunch of dead links in docs.
[simgrid.git] / docs / source / Tutorial_Algorithms.rst
index 5c6ab78..ea45203 100644 (file)
@@ -608,7 +608,7 @@ You can still stop your workers with a specific task as previously,
 or you may kill them forcefully with
 :cpp:func:`simgrid::s4u::Actor::kill` (if you already have a reference
 to the actor you want to kill) or
-:cpp:func:`void simgrid::s4u::Actor::kill(aid_t)` (if you only have its ID).
+:cpp:func:`sg_actor_kill` (if you only have its ID).
 
 
 Anyway, the new deployment `deployment3.xml` file should thus look