From 0c4d5b7506e0cea607083ba7d29ef90732047cc6 Mon Sep 17 00:00:00 2001 From: Tim Bannister Date: Wed, 19 Jun 2019 20:22:33 +0100 Subject: [PATCH] Update link to Minikube from glossary (#14942) --- content/en/docs/reference/glossary/minikube.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/content/en/docs/reference/glossary/minikube.md b/content/en/docs/reference/glossary/minikube.md index 26e47f3412..175a493ebf 100755 --- a/content/en/docs/reference/glossary/minikube.md +++ b/content/en/docs/reference/glossary/minikube.md @@ -2,7 +2,7 @@ title: Minikube id: minikube date: 2018-04-12 -full_link: /docs/getting-started-guides/minikube/ +full_link: /docs/setup/learning-environment/minikube/ short_description: > A tool for running Kubernetes locally. @@ -16,4 +16,5 @@ tags: Minikube runs a single-node cluster inside a VM on your computer. - +You can use Minikube to +[try Kubernetes in a learning environment](/docs/setup/learning-environment/).