From 7218a2b0ab0d863051309cfc3397433b9ac8e512 Mon Sep 17 00:00:00 2001 From: Jamie Klassen Date: Thu, 6 Oct 2022 15:03:01 -0400 Subject: [PATCH] fix localKubectlProxy link the anchors for subheadings generated from this markdown are always lowercase, so this link wasn't working before Signed-off-by: Jamie Klassen --- docs/features/kubernetes/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/features/kubernetes/configuration.md b/docs/features/kubernetes/configuration.md index 1dd684db5f..7dc0e326fa 100644 --- a/docs/features/kubernetes/configuration.md +++ b/docs/features/kubernetes/configuration.md @@ -62,7 +62,7 @@ This is an array used to determine where to retrieve cluster configuration from. Valid cluster locator methods are: - [`catalog`](#catalog) -- [`localKubectlProxy`](#localKubectlProxy) +- [`localKubectlProxy`](#localkubectlproxy) - [`config`](#config) - [`gke`](#gke) - [custom `KubernetesClustersSupplier`](#custom-kubernetesclusterssupplier)