diff --git a/website/source/docs/commands/deployment/promote.html.md.erb b/website/source/docs/commands/deployment/promote.html.md.erb index e42b3aa88..4f55fcd67 100644 --- a/website/source/docs/commands/deployment/promote.html.md.erb +++ b/website/source/docs/commands/deployment/promote.html.md.erb @@ -15,7 +15,7 @@ rolling upgrade of the remaining allocations is unblocked. If the canaries are found to be unhealthy, the deployment may either be failed using the "nomad deployment fail" command, the job can be failed forward by submitting a new version or failed backwards by reverting to an older version using the [`job -revert`](/docs/commands/job-revert.html) command. +revert`](/docs/commands/job/revert.html) command. ## Usage diff --git a/website/source/docs/operating-a-job/configuring-tasks.html.md b/website/source/docs/operating-a-job/configuring-tasks.html.md index 679cf53d3..38229418d 100644 --- a/website/source/docs/operating-a-job/configuring-tasks.html.md +++ b/website/source/docs/operating-a-job/configuring-tasks.html.md @@ -134,7 +134,7 @@ task "server" { } ``` -See the [`env`](/docs/job-specification/env.html.md) docs for details. +See the [`env`](/docs/job-specification/env.html) docs for details. ### Environment Templates