From 2db11feea0396d507610b788c244a2961f2706f1 Mon Sep 17 00:00:00 2001 From: "Joshua A. Anderson" Date: Mon, 13 May 2024 16:27:05 -0400 Subject: [PATCH] Fix doc links. --- doc/src/workflow/action/index.md | 2 +- doc/src/workflow/action/submit-options.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/src/workflow/action/index.md b/doc/src/workflow/action/index.md index b8807db..5cf9d6f 100644 --- a/doc/src/workflow/action/index.md +++ b/doc/src/workflow/action/index.md @@ -100,7 +100,7 @@ See [resources](resources.md). ## `[submit_options]` -See [submit_options](submit_options.md). +See [submit_options](submit-options.md). ## from diff --git a/doc/src/workflow/action/submit-options.md b/doc/src/workflow/action/submit-options.md index cede98d..d6a1031 100644 --- a/doc/src/workflow/action/submit-options.md +++ b/doc/src/workflow/action/submit-options.md @@ -50,7 +50,7 @@ omitted. `action.scubmit_options..partition`: **string** - Force the use of a particular partition when submitting jobs to the queue on cluster `. When omitted, **row** will automatically determine the correct partition based on the configuration in -[`clusters.toml`](../clusters/index.md). +[`clusters.toml`](../../clusters/index.md). > Note: You should almost always omit `partition`. Set it *only* when you need a > specialty partition that is not automatically selected.