From 2b96cb3fd001db2eac8696e3423c23b5407bedd1 Mon Sep 17 00:00:00 2001 From: Francois-Guillaume Ribreau Date: Wed, 29 Mar 2017 21:04:34 +0200 Subject: [PATCH] Fix link --- 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 f5ee39e1b2..b2efed04ee 100644 --- a/docs/user-guide/horizontal-pod-autoscaling/index.md +++ b/docs/user-guide/horizontal-pod-autoscaling/index.md @@ -134,7 +134,7 @@ on the cluster. You can use Heapster's implementation of the resource metrics API by running Heapster with the`--api-server` flag set to true. A separate component must provide the custom metrics API (more information on the custom metrics API is -available at [the k8s.io/metrics repository](https://github.com.com/kubernetes/metrics)). +available at [the k8s.io/metrics repository](https://github.com/kubernetes/metrics)). ## Further reading