diff --git a/website/source/docs/agent/index.html.md b/website/source/docs/agent/index.html.md
index 825d5e5ac..8f8bfc998 100644
--- a/website/source/docs/agent/index.html.md
+++ b/website/source/docs/agent/index.html.md
@@ -97,7 +97,7 @@ leave the [consensus quorum](/docs/internals/consensus.html).
It is especially important that a server node be allowed to leave gracefully
so that there will be a minimal impact on availability as the server leaves
the consensus quorum. If a server does not gracefully leave, and will not
-return into service, the [`agent-force-leave` command](/docs/commands/agent-force-leave.html)
+return into service, the [`server-force-leave` command](/docs/commands/server-force-leave.html)
should be use to eject it from the consensus quorum.
## Lifecycle
@@ -129,7 +129,7 @@ participate in a [gossip protocol](/docs/internals/gossip.html) both to cluster
within a region and to support multi-region configurations. When a server is
first started, it does not know the address of other servers in the cluster.
To discover its peers, it must _join_ the cluster. This is done with the
-[`agent-join` command](/docs/commands/agent-join.html) or by providing the
+[`server-join` command](/docs/commands/server-join.html) or by providing the
proper configuration on start. Once a node joins, this information is gossiped
to the entire cluster, meaning all nodes will eventually be aware of each other.