From 1e7a230d25bd857ad80b5fe778357502b76cf8f7 Mon Sep 17 00:00:00 2001 From: Alex Sonneveld Date: Mon, 27 Mar 2017 12:00:38 +1100 Subject: [PATCH] Remove localhost URL in `nomad plan` command link Remove the reference to `http://localhost:4567` within the Rolling Update strategy documentation and fix the link to the `nomad plan` command documentation. --- .../operating-a-job/update-strategies/rolling-upgrades.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/operating-a-job/update-strategies/rolling-upgrades.html.md b/website/source/docs/operating-a-job/update-strategies/rolling-upgrades.html.md index 50a9be003..310a05282 100644 --- a/website/source/docs/operating-a-job/update-strategies/rolling-upgrades.html.md +++ b/website/source/docs/operating-a-job/update-strategies/rolling-upgrades.html.md @@ -50,7 +50,7 @@ that is configured with the same rolling update strategy from above. + image = "nginx:1.11" ``` -The [`nomad plan` command](http://localhost:4567/docs/commands/plan.html) allows +The [`nomad plan` command](/docs/commands/plan.html) allows us to visualize the series of steps the scheduler would perform. We can analyze this output to confirm it is correct: