From 4bbfc06dd1b5b56a9ea5886efcbd384e28324479 Mon Sep 17 00:00:00 2001 From: CuiHaozhi Date: Wed, 29 Nov 2017 01:48:38 -0500 Subject: [PATCH] hpa: fix invalid links Signed-off-by: CuiHaozhi --- contributors/design-proposals/autoscaling/hpa-v2.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contributors/design-proposals/autoscaling/hpa-v2.md b/contributors/design-proposals/autoscaling/hpa-v2.md index 22d3fe22a..fba4364c9 100644 --- a/contributors/design-proposals/autoscaling/hpa-v2.md +++ b/contributors/design-proposals/autoscaling/hpa-v2.md @@ -280,8 +280,8 @@ Mechanical Concerns The HPA will derive metrics from two sources: resource metrics (i.e. CPU request percentage) will come from the -[master metrics API](resource-metrics-api.md), while other metrics will -come from the [custom metrics API](custom-metrics-api.md), which is +[master metrics API](../instrumentation/resource-metrics-api.md), while other metrics will +come from the [custom metrics API](../instrumentation/custom-metrics-api.md), which is an adapter API which sources metrics directly from the monitoring pipeline.