From 30823a69cc3ab20052b888d218a73c2a0d3d4f9a Mon Sep 17 00:00:00 2001 From: Seth Vargo Date: Wed, 26 Jul 2017 18:43:51 -0400 Subject: [PATCH] Fix broken links --- website/source/docs/commands/deployment/promote.html.md.erb | 2 +- website/source/docs/operating-a-job/configuring-tasks.html.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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