diff --git a/website/pages/docs/agent/options.mdx b/website/pages/docs/agent/options.mdx index eaed2adc9..0c37dad83 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.