fixing incorrect link

This commit is contained in:
Mark Bishop
2018-06-15 00:02:44 -07:00
committed by Mark Bishop
parent 4aa1d20dbe
commit af23857748
@@ -11,7 +11,7 @@ When you create a cluster using the Rancher GUI, Rancher automatically creates a
This kubeconfig file and its contents are specific to the cluster you are viewing. You will need a separate kubeconfig file for each cluster that you have access to in Rancher.
For more information, see [Downloading a Kubeconfig File]({{< baseurl >}}/rancher/v2.x/en/tasks/clusters/downloading-a-kubeconfig-file).
For more information, see [Using kubectl to Access a Cluster]({{< baseurl >}}/rancher/v2.x/en/tasks/clusters/using-kubectl-to-access-a-cluster).
>**Note:** By default, kubectl checks `~/.kube/config` for kubeconfig files, but you can use any directory you want using the `--kubeconfig` flag. For example:
>```