diff --git a/website/source/docs/agent/options.html.markdown b/website/source/docs/agent/options.html.markdown
index 43b09f2fe..bedb8434c 100644
--- a/website/source/docs/agent/options.html.markdown
+++ b/website/source/docs/agent/options.html.markdown
@@ -699,7 +699,7 @@ Consul will not enable TLS for the HTTP API unless the `https` port has been ass
* `retry_join` Equivalent to the
[`-retry-join` command-line flag](#_retry_join). Takes a list
of addresses to attempt joining every [`retry_interval`](#_retry_interval) until at least one
- [`-join`](#_join) works. The list should contain IPv4 addresses with optional Serf LAN port number also specified or bracketed IPv6 addresses with optional port number — for example: `[::1]:8301`.
+ join works. The list should contain IPv4 addresses with optional Serf LAN port number also specified or bracketed IPv6 addresses with optional port number — for example: `[::1]:8301`.
* `retry_join_ec2` - This is a nested object
that allows the setting of EC2-related [`-retry-join`](#_retry_join) options.
@@ -720,7 +720,7 @@ Consul will not enable TLS for the HTTP API unless the `https` port has been ass
* `retry_join_wan` Equivalent to the
[`-retry-join-wan` command-line flag](#_retry_join_wan). Takes a list
of addresses to attempt joining to WAN every [`retry_interval_wan`](#_retry_interval_wan) until at least one
- [`-join-wan`](#_join_wan) works.
+ join works.
* `retry_interval_wan` Equivalent to the
[`-retry-interval-wan` command-line flag](#_retry_interval_wan).