diff --git a/website/source/docs/agent/options.html.md b/website/source/docs/agent/options.html.md
index 6b7630c514..4a021dafce 100644
--- a/website/source/docs/agent/options.html.md
+++ b/website/source/docs/agent/options.html.md
@@ -943,7 +943,7 @@ Consul will not enable TLS for the HTTP API unless the `https` port has been ass
endpoints will return errors or empty results.
* `server` - Server RPC address. Default 8300.
* `proxy_min_port` - Minimum port number to use for automatically assigned [managed Connect proxies](/docs/connect/proxies.html). If Connect is disabled, managed proxies are unused, or ports are always specified, then this value is unused. Defaults to 20000.
- * `proxy_max_port` - Maximum port number to use for automatically assigned [managed Connect proxies](/docs/connect/proxies.html). See [`proxy_min_port`](#proxy_mi_port) for more information. Defaults to 20255.
+ * `proxy_max_port` - Maximum port number to use for automatically assigned [managed Connect proxies](/docs/connect/proxies.html). See [`proxy_min_port`](#proxy_min_port) for more information. Defaults to 20255.
* `protocol` Equivalent to the
[`-protocol` command-line flag](#_protocol).