Merge pull request #1723 from nasa/1722-documentation-placeholder-instead-of-link

1722 documentation placeholder instead of link
This commit is contained in:
Mrockwell2 2024-05-29 11:13:44 -05:00 committed by GitHub
commit 10831cee66
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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](https://nasa.github.io/trick/documentation/simulation_capabilities/Executive-Scheduler) -> [Thread Control](https://nasa.github.io/trick/documentation/simulation_capabilities/Executive-Scheduler#thread-control) for child thread scheduling
details.
### Job Tagging