From c396c8d231f30a920517e22311b00bda4bcf6da9 Mon Sep 17 00:00:00 2001 From: Kai Chen Date: Fri, 6 Apr 2018 12:11:09 -0700 Subject: [PATCH] Fix a mal-formed URL (#8008) --- docs/user-guide/walkthrough/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user-guide/walkthrough/index.md b/docs/user-guide/walkthrough/index.md index dd57c02a40..2f12ce348c 100644 --- a/docs/user-guide/walkthrough/index.md +++ b/docs/user-guide/walkthrough/index.md @@ -57,7 +57,7 @@ List all pods: $ kubectl get pods ``` -On most providers, the pod IPs are not externally accessible. The easiest way to test that the pod is working is to create a busybox pod and exec commands on it remotely. For more information, see [Get a Shell to a Running Container](docs/tasks/debug-application-cluster/get-shell-running-container/). +On most providers, the pod IPs are not externally accessible. The easiest way to test that the pod is working is to create a busybox pod and exec commands on it remotely. For more information, see [Get a Shell to a Running Container](/docs/tasks/debug-application-cluster/get-shell-running-container/). If the IP of the pod is accessible, you can access its http endpoint with wget on port 80: