Merge pull request #1442 from sak0/dev

Automatic merge from submit-queue.

hpa: fix invalid links

hpa-v2.md:  fix invalid links

Signed-off-by: CuiHaozhi <cuihaozhi@chinacloud.com.cn>
This commit is contained in:
Kubernetes Submit Queue 2017-11-28 23:13:00 -08:00 committed by GitHub
commit 41c69982de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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.