Fix self-referencing link in Horizontal Pod Autoscaling doc

The link was self-referencing. Linking the walkthrough that has actual example.
This commit is contained in:
Ricky Pai
2016-06-08 17:04:10 -07:00
parent d049bc38a4
commit 05ce7e27dd
@@ -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/).