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).`, }, {