From c663e0077f8f2bccb6fff720ef378197f08f1221 Mon Sep 17 00:00:00 2001 From: jianglingxia Date: Thu, 30 Mar 2017 15:22:23 +0800 Subject: [PATCH] amend the url of debug pods /docs/tasks/debug-application-cluster/debug-pod-replication-controller/#debugging-pods --- docs/tasks/debug-application-cluster/debug-service.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tasks/debug-application-cluster/debug-service.md b/docs/tasks/debug-application-cluster/debug-service.md index c55869b186..1594753aa1 100644 --- a/docs/tasks/debug-application-cluster/debug-service.md +++ b/docs/tasks/debug-application-cluster/debug-service.md @@ -551,7 +551,7 @@ contact your pods. There are three things to check: * Are your pods working correctly? Look for restart count, and - [debug pods](#debugging_pods). + [debug pods](/docs/tasks/debug-application-cluster/debug-pod-replication-controller/#debugging-pods). * Can you connect to your pods directly? Get the IP address for the pod, and try to connect directly to that IP.