diff --git a/docs/tasks/run-application/horizontal-pod-autoscale.md b/docs/tasks/run-application/horizontal-pod-autoscale.md index ee504883a3..c900799f46 100644 --- a/docs/tasks/run-application/horizontal-pod-autoscale.md +++ b/docs/tasks/run-application/horizontal-pod-autoscale.md @@ -59,7 +59,7 @@ When using direct Heapster access, the HorizontalPodAutoscaler queries Heapster through the API server's service proxy subresource. Heapster needs to be deployed on the cluster and running in the kube-system namespace. -See [Support for custom metrics](#prerequisites) for more details on REST client access. +See [Support for custom metrics](#support-for-custom-metrics) for more details on REST client access. The autoscaler accesses corresponding replication controller, deployment or replica set by scale sub-resource. Scale is an interface that allows you to dynamically set the number of replicas and examine each of their current states.