diff --git a/website/source/docs/commands/client-servers.html.md.erb b/website/source/docs/commands/client-servers.html.md.erb index 3eaa21d26..568c86853 100644 --- a/website/source/docs/commands/client-servers.html.md.erb +++ b/website/source/docs/commands/client-servers.html.md.erb @@ -20,7 +20,7 @@ client nodes. nomad client-servers [options] [
...] ``` -There are two modes of operation for the `client-status` command. If no +There are two modes of operation for the `client-servers` command. If no arguments are given, then list mode is invoked, which queries the agent for its known list of servers, and dumps this information to the screen. diff --git a/website/source/docs/http/agent-servers.html.md b/website/source/docs/http/agent-servers.html.md index 75d67db1b..4371e1ae3 100644 --- a/website/source/docs/http/agent-servers.html.md +++ b/website/source/docs/http/agent-servers.html.md @@ -3,7 +3,7 @@ layout: "http" page_title: "HTTP API: /v1/agent/servers" sidebar_current: "docs-http-agent-servers" description: |- - The '/1/agent/servers' endpoint is used to query and update the servers list. + The '/v1/agent/servers' endpoint is used to query and update the servers list. --- # /v1/agent/servers