mirror of
https://github.com/status-im/consul.git
synced 2025-01-11 06:16:08 +00:00
Fix some broken links (#5670)
This commit is contained in:
parent
eebc788959
commit
23755fcf46
@ -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
|
||||
|
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user