From c0b95759ed220a1bc52fb0fd1515edf13b0ab2d7 Mon Sep 17 00:00:00 2001 From: Jakob Erdmann Date: Mon, 9 Sep 2024 22:13:45 +0200 Subject: [PATCH] #2 fix link --- docs/web/docs/Simulation/Traffic_Lights.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/web/docs/Simulation/Traffic_Lights.md b/docs/web/docs/Simulation/Traffic_Lights.md index 1ce087d73e1e..811f4543609c 100644 --- a/docs/web/docs/Simulation/Traffic_Lights.md +++ b/docs/web/docs/Simulation/Traffic_Lights.md @@ -642,7 +642,7 @@ Every time the control logic is executed, all `assignment`s are executed in the - if **id** is the id of a condition element, the value of that conditions is replaced by a string representation of the result (The accuracy of this representation is limited by simulation option **--precision**) - if **id** is not the id of a condition element, a double valued variable with that id is created / updated in the current scope. If the assignment is not part of a [use-defined functions](#custom_function_definitions), this is the global scope -The test case [find_primes](https://sumo.dlr.de/extractTest.php?path=sumo/basic/tls/actuated/conditions/assignments/find_primes) computes all prime numbers below 100 inside the traffic light controller as a capability demonstration. +The test case [find_primes](https://sumo.dlr.de/extractTest.php?path=sumo/tls/actuated/conditions/assignments/find_primes) computes all prime numbers below 100 inside the traffic light controller as a capability demonstration. ### Custom function definitions