From 4c4f28b341cc48542ea553215229c6e79534745f Mon Sep 17 00:00:00 2001 From: DNX <2435032+0x646e78@users.noreply.github.com> Date: Fri, 17 Apr 2020 18:26:18 +1000 Subject: [PATCH] Correct link to debug-running-pod The current link refers to a nonexistent page, this change addresses the typo. --- .../debug-pod-replication-controller.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/tasks/debug-application-cluster/debug-pod-replication-controller.md b/content/en/docs/tasks/debug-application-cluster/debug-pod-replication-controller.md index ec84b82fd0..28c9885e57 100644 --- a/content/en/docs/tasks/debug-application-cluster/debug-pod-replication-controller.md +++ b/content/en/docs/tasks/debug-application-cluster/debug-pod-replication-controller.md @@ -94,7 +94,7 @@ worker node, but it can't run on that machine. Again, the information from ### My pod is crashing or otherwise unhealthy Once your pod has been scheduled, the methods described in [Debug Running Pods]( -/docs/tasks/debug-application-cluster/debug-running-pods/) are available for debugging. +/docs/tasks/debug-application-cluster/debug-running-pod/) are available for debugging. ## Debugging ReplicationControllers