From be86ee4025fd004bd94c102cac314cb0e91fa1be Mon Sep 17 00:00:00 2001 From: Michael Schurter Date: Thu, 12 Apr 2018 17:28:26 -0700 Subject: [PATCH] docs: fix broken links --- .../source/docs/job-specification/reschedule.html.md | 2 +- .../failure-handling-strategies/index.html.md | 2 +- website/source/docs/upgrade/upgrade-specific.html.md | 12 +++++++----- website/source/guides/ui.html.md | 2 +- 4 files changed, 10 insertions(+), 8 deletions(-) diff --git a/website/source/docs/job-specification/reschedule.html.md b/website/source/docs/job-specification/reschedule.html.md index af956ca19..71b1703cc 100644 --- a/website/source/docs/job-specification/reschedule.html.md +++ b/website/source/docs/job-specification/reschedule.html.md @@ -112,7 +112,7 @@ defaults by job type: ### Rescheduling during deployments -The [update stanza](docs/job-specification/update.html) controls rolling updates and canary deployments. A task +The [update stanza](/docs/job-specification/update.html) controls rolling updates and canary deployments. A task group's reschedule stanza does not take affect during a deployment. For example, if a new version of the job is rolled out and the deployment failed due to a failing allocation, Nomad will not reschedule it. diff --git a/website/source/docs/operating-a-job/failure-handling-strategies/index.html.md b/website/source/docs/operating-a-job/failure-handling-strategies/index.html.md index 0b6aa3deb..fbd3aa772 100644 --- a/website/source/docs/operating-a-job/failure-handling-strategies/index.html.md +++ b/website/source/docs/operating-a-job/failure-handling-strategies/index.html.md @@ -22,4 +22,4 @@ Please see one of the guides below or use the navigation on the left for details 1. [Local Restarts](/docs/operating-a-job/failure-handling-strategies/restart.html) 1. [Check Restarts](/docs/operating-a-job/failure-handling-strategies/check-restart.html) -1. [Rescheduling](/docs/operating-a-job/failure-handling-strategies/rescheduling.html) +1. [Rescheduling](/docs/operating-a-job/failure-handling-strategies/reschedule.html) diff --git a/website/source/docs/upgrade/upgrade-specific.html.md b/website/source/docs/upgrade/upgrade-specific.html.md index 836c8166b..4409cfe4a 100644 --- a/website/source/docs/upgrade/upgrade-specific.html.md +++ b/website/source/docs/upgrade/upgrade-specific.html.md @@ -19,11 +19,13 @@ standard upgrade flow. ### Raft Protocol Version Compatibility -When upgrading to Nomad 0.8.0 from a version lower than 0.7.0, users will need to -set the [`-raft-protocol`](/docs/agent/options.html#_raft_protocol) option to 1 in -order to maintain backwards compatibility with the old servers during the upgrade. -After the servers have been migrated to version 0.8.0, `-raft-protocol` can be moved -up to 2 and the servers restarted to match the default. +When upgrading to Nomad 0.8.0 from a version lower than 0.7.0, users will need +to set the +[`raft_protocol`](/docs/agent/configuration/server.html#raft_protocol) option +in their `server` stanza to 1 in order to maintain backwards compatibility with +the old servers during the upgrade. After the servers have been migrated to +version 0.8.0, `raft_protocol` can be moved up to 2 and the servers restarted +to match the default. The Raft protocol must be stepped up in this way; only adjacent version numbers are compatible (for example, version 1 cannot talk to version 3). Here is a table of the diff --git a/website/source/guides/ui.html.md b/website/source/guides/ui.html.md index ff77b6d69..d8c9f6b7b 100644 --- a/website/source/guides/ui.html.md +++ b/website/source/guides/ui.html.md @@ -156,7 +156,7 @@ for pausing and playing log streaming, jumping to the head or tail of the log, a [![Task Logs][img-task-logs]][img-task-logs] ~> **Note.** Only `stdout` and `stderr` are available in the UI. Any logs written to a file are available from the -~> CLI using the [`nomad alloc fs`]('/docs/commands/alloc/fs.html'), but filesystem access is not yet in the Web UI. +~> CLI using the [`nomad alloc fs`](/docs/commands/alloc/fs.html), but filesystem access is not yet in the Web UI. ## Reviewing Clients