diff --git a/website/source/api/features/filtering.html.md b/website/source/api/features/filtering.html.md index f0d20c0f27..16eaae30c2 100644 --- a/website/source/api/features/filtering.html.md +++ b/website/source/api/features/filtering.html.md @@ -116,7 +116,7 @@ will not be expanded. Generally, only the main object is filtered. When filtering for an item within an array that is not at the top level, the entire array that contains the item will be returned. This is usually the outermost object of a response, -but in some cases such the [`/catalog/node/:node`](api/catalog.html#list-services-for-node) +but in some cases such the [`/catalog/node/:node`](/api/catalog.html#list-services-for-node) endpoint the filtering is performed on a object embedded within the results. ### Performance diff --git a/website/source/docs/commands/catalog/nodes.html.md.erb b/website/source/docs/commands/catalog/nodes.html.md.erb index 653e670d46..b8bd602a5f 100644 --- a/website/source/docs/commands/catalog/nodes.html.md.erb +++ b/website/source/docs/commands/catalog/nodes.html.md.erb @@ -74,5 +74,5 @@ Usage: `consul catalog nodes [options]` - `-filter=` - Expression to use for filtering the results. Can be passed via stdin by using `-` for the value or from a file by passing `@`. - See the [`/catalog/nodes` API documentation](api/catalog.html#filtering) for a + See the [`/catalog/nodes` API documentation](/api/catalog.html#filtering) for a description of what is filterable.