Update service-resolver.mdx (#16073)

* Update service-resolver.mdx

Fixing links in the Documentation for service-resolver filter options.

* Update website/content/docs/connect/config-entries/service-resolver.mdx

Co-authored-by: trujillo-adam <47586768+trujillo-adam@users.noreply.github.com>

Co-authored-by: trujillo-adam <47586768+trujillo-adam@users.noreply.github.com>
This commit is contained in:
danielehc 2023-01-26 17:14:46 +01:00 committed by GitHub
parent ebdb8e5fb2
commit 0edebe6e58
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -455,9 +455,9 @@ spec:
{
name: 'Filter',
type: 'string: ""',
description: `The [filter expression](/consul/api-docs/features/filtering) to be used for selecting
instances of the requested service. If empty, all healthy instances are
returned. This expression can filter on the same selectors as the
description: `The filter expression for selecting instances of the
requested service. If empty, all healthy instances are returned.
This expression can filter on the same selectors as the
[Health API endpoint](/consul/api-docs/health#filtering-2).`,
},
{