From 05ce7e27dd2a006852edcbf739c0fe6160582047 Mon Sep 17 00:00:00 2001 From: Ricky Pai Date: Wed, 8 Jun 2016 17:04:10 -0700 Subject: [PATCH] Fix self-referencing link in Horizontal Pod Autoscaling doc The link was self-referencing. Linking the walkthrough that has actual example. --- docs/user-guide/horizontal-pod-autoscaling/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user-guide/horizontal-pod-autoscaling/index.md b/docs/user-guide/horizontal-pod-autoscaling/index.md index 8c98d9beb7..dabcb28daa 100644 --- a/docs/user-guide/horizontal-pod-autoscaling/index.md +++ b/docs/user-guide/horizontal-pod-autoscaling/index.md @@ -80,4 +80,4 @@ the horizontal pod autoscaler will not be bound to the new replication controlle * Design documentation: [Horizontal Pod Autoscaling](https://github.com/kubernetes/kubernetes/blob/{{page.githubbranch}}/docs/design/horizontal-pod-autoscaler.md). * Manual of autoscale command in kubectl: [kubectl autoscale](/docs/user-guide/kubectl/kubectl_autoscale). -* Usage example of [Horizontal Pod Autoscaler](/docs/user-guide/horizontal-pod-autoscaling/). +* Usage example of [Horizontal Pod Autoscaler](/docs/user-guide/horizontal-pod-autoscaling/walkthrough/).