From 3f14c7ad23853a52970e294d901216bc52085887 Mon Sep 17 00:00:00 2001 From: Aimee Ukasick Date: Mon, 2 Dec 2024 15:56:31 -0600 Subject: [PATCH] Change clone and edit heading level --- website/content/docs/concepts/job.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/website/content/docs/concepts/job.mdx b/website/content/docs/concepts/job.mdx index d99a139e3f2..6becb9569cc 100644 --- a/website/content/docs/concepts/job.mdx +++ b/website/content/docs/concepts/job.mdx @@ -133,14 +133,14 @@ running job and deploys the chosen version with a new version number. Refer to the [Revert to a version section][revert-version-section] of the Job versions guide for examples using the CLI, API, and web UI. -## Clone and edit +### Clone and edit Using the web UI, you may clone a version as a new version of same job or as a -new job. After you select the version to clone, Nomad opens a window where you +new job. After you select the version to clone, Nomad loads a screen where you can edit, plan, and run the new version. Because Nomad passes job version attributes via query params, you can copy the -URL on the **Jobs** run page to send someone a link to a readily-editable job +URL on the **Jobs/Run** screen to send someone a link to a readily-editable job spec. ## Related resources