From 3384da0ba871ffec9ed3705be7620741d46b8c4c Mon Sep 17 00:00:00 2001 From: Brad Topol Date: Wed, 4 Oct 2017 16:43:15 -0400 Subject: [PATCH] Fixes Issue #4585 (#5762) Signed-off-by: Brad Topol --- docs/tasks/access-application-cluster/access-cluster.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tasks/access-application-cluster/access-cluster.md b/docs/tasks/access-application-cluster/access-cluster.md index ad23eea693..26c13179ef 100644 --- a/docs/tasks/access-application-cluster/access-cluster.md +++ b/docs/tasks/access-application-cluster/access-cluster.md @@ -23,8 +23,8 @@ Check the location and credentials that kubectl knows about with this command: $ kubectl config view ``` -Many of the [examples](https://github.com/kubernetes/examples/tree/{{page.githubbranch}}/) provide an introduction to using -kubectl and complete documentation is found in the [kubectl manual](/docs/user-guide/kubectl/index). +Many of the [examples](/docs/user-guide/kubectl-cheatsheet) provide an introduction to using +kubectl and complete documentation is found in the [kubectl manual](/docs/user-guide/kubectl-overview). ### Directly accessing the REST API