From 9f374db2ac752403b5e424072f7461c66836f6de Mon Sep 17 00:00:00 2001 From: Oleg Butuzov Date: Tue, 20 Aug 2019 11:12:13 +0300 Subject: [PATCH] markdown formatting fix. this fix changes markdown formating for link to `/docs/started/k8s/overview` page, that currently broken on the website. see - https://www.kubeflow.org/docs/other-guides/virtual-dev/getting-started-minikube/ --- .../docs/other-guides/virtual-dev/getting-started-minikube.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/other-guides/virtual-dev/getting-started-minikube.md b/content/docs/other-guides/virtual-dev/getting-started-minikube.md index c256e6601d..44553e7820 100644 --- a/content/docs/other-guides/virtual-dev/getting-started-minikube.md +++ b/content/docs/other-guides/virtual-dev/getting-started-minikube.md @@ -209,7 +209,7 @@ $ minikube start --cpus 4 --memory 8096 --disk-size=40g ### Install Kubeflow on an existing Kubernetes cluster Now that you have a Kubernetes cluster running - the Minikube cluster - follow the -[existing Kubernetes cluster]((/docs/started/k8s/overview/)) instructions for installing +[existing Kubernetes cluster](/docs/started/k8s/overview/) instructions for installing Kubeflow. ### Where to go next