From 446d76b432b6a099b2a8d899de2cd36c243e2d22 Mon Sep 17 00:00:00 2001 From: Sean Chittenden Date: Fri, 27 May 2016 00:12:17 -0700 Subject: [PATCH] Fix the href target for the `/v1/catalog/node/` endpoint. --- website/source/docs/agent/http/catalog.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/agent/http/catalog.html.markdown b/website/source/docs/agent/http/catalog.html.markdown index 5bfe09cfdf..ab402e557e 100644 --- a/website/source/docs/agent/http/catalog.html.markdown +++ b/website/source/docs/agent/http/catalog.html.markdown @@ -20,7 +20,7 @@ The following endpoints are supported: * [`/v1/catalog/nodes`](#catalog_nodes) : Lists nodes in a given DC * [`/v1/catalog/services`](#catalog_services) : Lists services in a given DC * [`/v1/catalog/service/`](#catalog_service) : Lists the nodes in a given service -* [`/v1/catalog/node/`](#catalog_nodes) : Lists the services provided by a node +* [`/v1/catalog/node/`](#catalog_node) : Lists the services provided by a node The `nodes` and `services` endpoints support blocking queries and tunable consistency modes.