From 982a4349576651f30a33435586e0d1d9f5c4de76 Mon Sep 17 00:00:00 2001 From: Mrockwell2 <120338765+Mrockwell2@users.noreply.github.com> Date: Wed, 29 May 2024 10:29:58 -0500 Subject: [PATCH] Update Simulation-Definition-File.md Added an actual link instead of a placeholder --- .../building_a_simulation/Simulation-Definition-File.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/documentation/building_a_simulation/Simulation-Definition-File.md b/docs/documentation/building_a_simulation/Simulation-Definition-File.md index c38868d6..09cd79f4 100644 --- a/docs/documentation/building_a_simulation/Simulation-Definition-File.md +++ b/docs/documentation/building_a_simulation/Simulation-Definition-File.md @@ -187,7 +187,7 @@ to accomodate the highest Child ID specified in the S_define file. Jobs without will be executed by the parent process. Jobs with a C1 child specification will be executed by the first child thread; jobs with a C2 specification will be executed by the second child thread; and so on. -Child Threads have three different scheduling choices. See Section XYZ for child thread scheduling +Child Threads have three different scheduling choices. See [Executive Scheduler](../simulation_capabilities/Executive-Scheduler.md) -> [Thread Control](../simulation_capabilities/Executive-Scheduler.md#thread-control) for child thread scheduling details. ### Job Tagging