From ba0ba4930c99f4f292f2e827edfce5a718439754 Mon Sep 17 00:00:00 2001 From: Xiaoyu Zhang Date: Tue, 28 Mar 2017 19:57:28 +0800 Subject: [PATCH] Fix a typo and update one url Fix a typo and update one url --- .../authenticate-across-clusters-kubeconfig.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/concepts/cluster-administration/authenticate-across-clusters-kubeconfig.md b/docs/concepts/cluster-administration/authenticate-across-clusters-kubeconfig.md index 13931ab1ea..c138ed9704 100644 --- a/docs/concepts/cluster-administration/authenticate-across-clusters-kubeconfig.md +++ b/docs/concepts/cluster-administration/authenticate-across-clusters-kubeconfig.md @@ -20,7 +20,7 @@ Multiple kubeconfig files are allowed, if specified explicitly. At runtime they ## Related discussion -http://issue.k8s.io/1755 +https://github.com/kubernetes/kubernetes/issues/1755 ## Components of a kubeconfig file @@ -228,7 +228,7 @@ Any path in a kubeconfig file is resolved relative to the location of the kubeco ## Manipulation of kubeconfig via `kubectl config ` In order to more easily manipulate kubeconfig files, there are a series of subcommands to `kubectl config` to help. -See [kubectl/kubectl_config.md](/docs/user-guide/kubectl/kubectl_config) for help. +See [kubectl/kubectl_config](/docs/user-guide/kubectl/kubectl_config) for help. ### Example