diff --git a/content/en/docs/tasks/traffic-management/locality-load-balancing/_index.md b/content/en/docs/tasks/traffic-management/locality-load-balancing/_index.md index 5b7408faa7..c62375956d 100644 --- a/content/en/docs/tasks/traffic-management/locality-load-balancing/_index.md +++ b/content/en/docs/tasks/traffic-management/locality-load-balancing/_index.md @@ -32,7 +32,7 @@ triplet defines a locality: - **Sub-zone**: Allows administrators to further subdivide zones for more fine-grained control, such as "same rack". The sub-zone concept doesn't exist in Kubernetes. As a result, Istio introduced the custom node label - [`topology.istio.io/subzone`](https://github.com/istio/api/blob/master/label/label.go#L42) + [`topology.istio.io/subzone`](/docs/reference/config/labels/#:~:text=topology.istio.io/subzone) to define a sub-zone. {{< tip >}}