From 2ba916c50ad40dd3c29ea493ecc897fb9aae677e Mon Sep 17 00:00:00 2001 From: Jared Kirschner <85913323+jkirschner-hashicorp@users.noreply.github.com> Date: Fri, 29 Jul 2022 18:00:56 -0400 Subject: [PATCH] docs: fix k8s prepared query upstream link --- website/content/docs/k8s/annotations-and-labels.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/docs/k8s/annotations-and-labels.mdx b/website/content/docs/k8s/annotations-and-labels.mdx index d67aa7297d..1c45a12c57 100644 --- a/website/content/docs/k8s/annotations-and-labels.mdx +++ b/website/content/docs/k8s/annotations-and-labels.mdx @@ -97,7 +97,7 @@ The following Kubernetes resource annotations could be used on a pod to control annotations: "consul.hashicorp.com/connect-service-upstreams":"[service-name].[service-namespace].[service-partition]:[port]:[optional datacenter]" ``` - - [Prepared queries](/docs/connect/proxies#dynamic-upstreams-require-native-integration): Prepend the annotation + - [Prepared queries](/api-docs/query): Prepend the annotation with `prepared_query` and place the name of the query at the beginning of the string. ```yaml annotations: