From 9262d7a79a6e47ea8edc0312fe100bad72841ba6 Mon Sep 17 00:00:00 2001 From: Krastin <1161924+krastin@users.noreply.github.com> Date: Wed, 3 Jun 2020 10:55:17 +0200 Subject: [PATCH] website: fix a link in docs/agent/options fixing the link to gopsutil in the -disable-host-node-id option text body --- website/pages/docs/agent/options.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/pages/docs/agent/options.mdx b/website/pages/docs/agent/options.mdx index eaed2adc9b..0c37dad83a 100644 --- a/website/pages/docs/agent/options.mdx +++ b/website/pages/docs/agent/options.mdx @@ -194,7 +194,7 @@ The options below are all specified on the command-line. the data directory. This is useful when running multiple Consul agents on the same host for testing. This defaults to false in Consul prior to version 0.8.5 and in 0.8.5 and later defaults to true, so you must opt-in for host-based IDs. Host-based - IDs are generated using https://github.com/shirou/gopsutil/tree/master/host, which + IDs are generated using [gopsutil](https://github.com/shirou/gopsutil/tree/master/host), which is shared with HashiCorp's [Nomad](https://www.nomadproject.io/), so if you opt-in to host-based IDs then Consul and Nomad will use information on the host to automatically assign the same ID in both systems.