From 3ffe8844cfdf5ebd31e7a46d6991db43f44f4f14 Mon Sep 17 00:00:00 2001 From: Carrie A Brown <cbrown58@unl.edu> Date: Thu, 20 Dec 2018 17:37:14 -0600 Subject: [PATCH] links are hard --- content/quickstarts/submitting_jobs.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/quickstarts/submitting_jobs.md b/content/quickstarts/submitting_jobs.md index 1621ea53..e8ed451b 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 >}} -- GitLab