From 2261751a9d4877caf1c80a979b6af0270da27f61 Mon Sep 17 00:00:00 2001 From: Brian de Alwis Date: Sun, 22 Mar 2020 12:54:11 -0400 Subject: [PATCH] Update _index.md (#3856) --- docs/content/en/docs/environment/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/en/docs/environment/_index.md b/docs/content/en/docs/environment/_index.md index ce851545dc3..fc672c8bbbd 100644 --- a/docs/content/en/docs/environment/_index.md +++ b/docs/content/en/docs/environment/_index.md @@ -9,6 +9,6 @@ weight: 90 |----------|---| | [Image Registry Handling]({{< relref "image-registries.md" >}}) | Controlling where your images are pushed | | [kube-context]({{< relref "kube-context.md" >}}) | Managing the active Kubernetes context for your cluster | -| [Local Cluster]({{< relref "kube-context.md" >}}) | Offline development with Skaffold and Minikube | +| [Local Cluster]({{< relref "local-cluster.md" >}}) | Offline development with Skaffold and Minikube | | [Env Var Templating]({{< relref "templating.md" >}}) | Templating your skaffold.yaml using environment variables | | [Profiles]({{< relref "profiles.md" >}}) | cluster-specific skaffold.yaml configuration using profiles |