From f38acee96db45db93b7b4b63e9ceae74fcdc60cf Mon Sep 17 00:00:00 2001 From: Charlie Voiselle Date: Mon, 9 Apr 2018 12:20:23 -0500 Subject: [PATCH] Removed break inside of links --- website/source/guides/cluster/autopilot.html.md | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/website/source/guides/cluster/autopilot.html.md b/website/source/guides/cluster/autopilot.html.md index a8a970418..235ba6c6f 100644 --- a/website/source/guides/cluster/autopilot.html.md +++ b/website/source/guides/cluster/autopilot.html.md @@ -16,8 +16,7 @@ To enable Autopilot features (with the exception of dead server cleanup), the [`raft_protocol`](/docs/agent/configuration/server.html#raft_protocol) setting in the Agent configuration must be set to 3 or higher on all servers. In Nomad 0.8 this setting defaults to 2; in Nomad 0.9 it will default to 3. For more -information, see the [Version Upgrade section] -(/docs/upgrade/upgrade-specific.html#raft-protocol-version-compatibility) +information, see the [Version Upgrade section](/docs/upgrade/upgrade-specific.html#raft-protocol-version-compatibility) on Raft Protocol versions. ## Configuration @@ -95,9 +94,9 @@ A server is considered healthy if all of the following conditions are true: - The number of Raft log entries it trails the leader by does not exceed `MaxTrailingLogs` -The status of these health checks can be viewed through the [`/v1/operator/autopilot/health`] -(/api/operator.html#read-health) HTTP endpoint, with a top level -`Healthy` field indicating the overall status of the cluster: +The status of these health checks can be viewed through the +[`/v1/operator/autopilot/health`](/api/operator.html#read-health) HTTP endpoint, with +a top level `Healthy` field indicating the overall status of the cluster: ``` $ curl localhost:8500/v1/operator/autopilot/health @@ -198,9 +197,8 @@ equals or exceeds that of the old servers, Autopilot will begin promoting the ne to voters and demoting the old servers. After this is finished, the old servers can be safely removed from the cluster. -To check the Nomad version of the servers, either the [autopilot health] -(/api/operator.html#read-health) endpoint or the `nomad members` -command can be used: +To check the Nomad version of the servers, either the [autopilot health](/api/operator.html#read-health) +endpoint or the `nomad members`command can be used: ``` $ nomad server members