From 8913c8155e2c5f563588f8cc3a3fb2bb6ceab406 Mon Sep 17 00:00:00 2001 From: Ryan Uber Date: Fri, 25 Sep 2015 10:13:49 -0700 Subject: [PATCH] website: fix copy --- website/source/docs/commands/client-servers.html.md.erb | 2 +- website/source/docs/http/agent-servers.html.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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