From 2c3ec99c731e8efff35ca35a07fe16929c26242f Mon Sep 17 00:00:00 2001 From: Joel Smith Date: Fri, 19 Jun 2020 22:27:27 -0600 Subject: [PATCH] Update link for HPA object to point to API docs instead of old design doc --- .../en/docs/tasks/run-application/horizontal-pod-autoscale.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/en/docs/tasks/run-application/horizontal-pod-autoscale.md b/content/en/docs/tasks/run-application/horizontal-pod-autoscale.md index 6dc61f8d4f..f84744cdd7 100644 --- a/content/en/docs/tasks/run-application/horizontal-pod-autoscale.md +++ b/content/en/docs/tasks/run-application/horizontal-pod-autoscale.md @@ -181,7 +181,8 @@ are preserved as annotations when working with `autoscaling/v1`. When you create a HorizontalPodAutoscaler API object, make sure the name specified is a valid [DNS subdomain name](/docs/concepts/overview/working-with-objects/names#dns-subdomain-names). More details about the API object can be found at -[HorizontalPodAutoscaler Object](https://git.k8s.io/community/contributors/design-proposals/autoscaling/horizontal-pod-autoscaler.md#horizontalpodautoscaler-object). +[HorizontalPodAutoscaler Object](/docs/reference/generated/kubernetes-api/{{< param "version" >}}/#horizontalpodautoscaler-v1-autoscaling). + ## Support for Horizontal Pod Autoscaler in kubectl