Skip to content

Commit

Permalink
fix: file references (#28)
Browse files Browse the repository at this point in the history
Fixing some file references in the wiki.

Signed-off-by: Daniel Neilson <[email protected]>
  • Loading branch information
ddneilson authored Feb 13, 2024
1 parent 031a29d commit 1549008
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion wiki/How-Jobs-Are-Constructed.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ The time when a **Format String** in a **Job Template** is evaluated is determin
is being defined. For example, the string `"1-{{Param.End}}:10"` in the previous section's example is evaluated by the
render management system when the **Job Template** is submitted to create a **Job**, and the string
`"{{ Task.File.Foo }}"` is evaluated on the **Worker Host** when running a **Task**. You can see when a **Format String** is
evaluated in the [job template specification](2023-09:-Template-Schemas), but the general rule of thumb is that values
evaluated in the [job template specification](2023-09-Template-Schemas), but the general rule of thumb is that values
that are used on the **Worker Host** to run a command are evaluated on the **Worker Host** and all others are evaluated
in the render management system.

Expand Down
2 changes: 1 addition & 1 deletion wiki/How-Jobs-Are-Run.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ within. A failed Task will result in a failed **Session**, which will subsequent

The following diagram provides an overview of the steps taken to run a Session.

![Actions Run in a Session](./images/2023-09:how_jobs_are_run.png)
![Actions Run in a Session](./images/2023-09_how_jobs_are_run.png)

## Host Requirements

Expand Down

0 comments on commit 1549008

Please sign in to comment.