Merge pull request #1392 from janetkuo/fix-tools-404

Fix 404 in tools
This commit is contained in:
Janet Kuo 2016-10-05 18:05:46 -07:00 committed by GitHub
commit 41655195e7
1 changed files with 2 additions and 2 deletions

View File

@ -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