Fix 404 in tools

This commit is contained in:
Janet Kuo 2016-10-05 18:01:52 -07:00
parent 5fb05c5ab1
commit beebb7d429
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