From beebb7d429744e4fa2dca7f4505177865e7b8a9c Mon Sep 17 00:00:00 2001 From: Janet Kuo Date: Wed, 5 Oct 2016 18:01:52 -0700 Subject: [PATCH] Fix 404 in tools --- docs/tools/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tools/index.md b/docs/tools/index.md index 31d5fe985e..37cc5bc54b 100644 --- a/docs/tools/index.md +++ b/docs/tools/index.md @@ -11,11 +11,11 @@ assignees: ### Kubectl -[`kubectl`](docs/user-guide/kubectl/) is the command line tool for Kubernetes. It controls the Kubernetes cluster manager. +[`kubectl`](/docs/user-guide/kubectl/) is the command line tool for Kubernetes. It controls the Kubernetes cluster manager. ### Dashboard -[Dashboard](docs/user-guide/ui/), the web-based user interface of Kubernetes, allows you to deploy containerized applications +[Dashboard](/docs/user-guide/ui/), the web-based user interface of Kubernetes, allows you to deploy containerized applications to a Kubernetes cluster, troubleshoot them, and manage the cluster and its resources itself. ## Third-Party Tools