Fix some broken links (#5670)

This commit is contained in:
Matt Keeler 2019-04-16 12:40:03 -04:00 committed by GitHub
parent eebc788959
commit 23755fcf46
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -74,5 +74,5 @@ Usage: `consul catalog nodes [options]`
- `-filter=<filter>` - Expression to use for filtering the results. Can be passed
via stdin by using `-` for the value or from a file by passing `@<file path>`.
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.