diff options
| author | k8s-ci-robot <k8s-ci-robot@users.noreply.github.com> | 2018-01-22 10:11:26 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-01-22 10:11:26 -0800 |
| commit | 2cb5a63d2ea6a2e2596a07ca5361d4390cfa750f (patch) | |
| tree | 1bae48f7848c34dc59487228308d8f30795caea0 | |
| parent | 262e6fd84769a3de445268d5bdb41d729cdc194b (diff) | |
| parent | ee0219cd21d48f0b38af94b8ca6b8986ebea4ffa (diff) | |
Merge pull request #1642 from tomkerkhove/patch-1
Fix dead link to HPA v2
| -rw-r--r-- | contributors/design-proposals/instrumentation/custom-metrics-api.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contributors/design-proposals/instrumentation/custom-metrics-api.md b/contributors/design-proposals/instrumentation/custom-metrics-api.md index ec944cf7..a10e91d4 100644 --- a/contributors/design-proposals/instrumentation/custom-metrics-api.md +++ b/contributors/design-proposals/instrumentation/custom-metrics-api.md @@ -257,7 +257,7 @@ Relationship to HPA v2 ---------------------- The URL paths in this API are designed to correspond to different source -types in the [HPA v2](hpa-v2.md). Specifically, the `pods` source type +types in the [HPA v2](../autoscaling/hpa-v2.md). Specifically, the `pods` source type corresponds to a URL of the form `/namespaces/$NS/pods/*/$METRIC_NAME?labelSelector=foo`, while the `object` source type corresponds to a URL of the form |
