From 0edebe6e580e55de226a8a33efe4b7bc6282d5cd Mon Sep 17 00:00:00 2001 From: danielehc <40759828+danielehc@users.noreply.github.com> Date: Thu, 26 Jan 2023 17:14:46 +0100 Subject: [PATCH] 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> --- .../docs/connect/config-entries/service-resolver.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/website/content/docs/connect/config-entries/service-resolver.mdx b/website/content/docs/connect/config-entries/service-resolver.mdx index 8009db9714..61292a35be 100644 --- a/website/content/docs/connect/config-entries/service-resolver.mdx +++ b/website/content/docs/connect/config-entries/service-resolver.mdx @@ -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).`, }, {