diff --git a/content/quickstarts/submitting_jobs.md b/content/quickstarts/submitting_jobs.md index 1621ea5318000e0a0defcb5a4ab67598bb2bf837..e8ed451b3ab18d8f58b653dd6f0612a6caa5089b 100644 --- a/content/quickstarts/submitting_jobs.md +++ b/content/quickstarts/submitting_jobs.md @@ -91,7 +91,7 @@ sleep 60 - **partition** The partition the job should run in. Partitions determine the job's priority and on what nodes the partition can run on. See the - [Partitions]({{< relref "guides/submitting_jobs/partitions" >}}) page for a list of possible partitions. + [Partitions]({{< relref "/guides/submitting_jobs/partitions/_index.md" >}}) page for a list of possible partitions. - **error** Location of the stderr will be written for the job. `[groupname]` and `[username]` should be replaced your group name and username. @@ -145,7 +145,7 @@ $ squeue -u <username> {{< /highlight >}} Additionally, if you want to see the status of a specific partition, for -example if you are part of a [partition]({{< relref "partitions" >}}), +example if you are part of a [partition]({{< relref "/guides/submitting_jobs/partitions/_index.md" >}}), you can use the `-p` option to `squeue`: {{< highlight batch >}}