Skip to content

Commit 2ca3b41

Browse files
docs: Fixing doc build issue (#290)
Signed-off-by: Andrew Schilling <[email protected]>
1 parent 8f11183 commit 2ca3b41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/guides/execution.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ Use the SSH Tunnel when launching from your local machine, or the Local Tunnel i
178178

179179
##### Job Dependencies
180180

181-
`SlurmExecutor` supports defining dependencies between [jobs](management.md#adding-tasks), allowing you to create workflows where jobs run in a specific order. Additionally, you can specify the `dependency_type` parameter:
181+
`SlurmExecutor` supports defining dependencies between [jobs](management.md#add-tasks), allowing you to create workflows where jobs run in a specific order. Additionally, you can specify the `dependency_type` parameter:
182182

183183
```python
184184
executor = run.SlurmExecutor(

0 commit comments

Comments
 (0)