From 23755fcf4603a7440e519f6894bea05de1a58165 Mon Sep 17 00:00:00 2001 From: Matt Keeler Date: Tue, 16 Apr 2019 12:40:03 -0400 Subject: [PATCH] Fix some broken links (#5670) --- website/source/api/features/filtering.html.md | 2 +- website/source/docs/commands/catalog/nodes.html.md.erb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.