diff --git a/docs/overview/component/lb-gateway.md b/docs/overview/component/lb-gateway.md index 3f4e65d5f76..66a899dc6e9 100644 --- a/docs/overview/component/lb-gateway.md +++ b/docs/overview/component/lb-gateway.md @@ -43,7 +43,7 @@ Then, Vald Filter Gateway sends the processed request to the Vald LB Gateway. As its name shows, Vald LB Gateway has the load balancing feature. -Vald LB Gateway controls insert vector requests based on `index replica` and each Vald Agent Pod resource usage, which [Vald Discoverer](./discoverer.md) provides, to avoid uneven resource usage. +Vald LB Gateway controls insert vector requests based on `index replica` and each Vald Agent Pod resource usage, which [Vald Discoverer](../../api/component/discoverer.md) provides, to avoid uneven resource usage. ### Broadcast search request and aggregate search result @@ -67,7 +67,7 @@ Vald LB Gateway will send the search result to the Egress when the egress compon
-For more information about Vald Filter Gateway, please refer to [Vald Filter Gateway Overview](./filter-gateway.md). +For more information about Vald Filter Gateway, please refer to [Vald Filter Gateway Overview](../../api/component/filter-gateway.md).
diff --git a/docs/performance/benchmark.md b/docs/performance/benchmark.md index 6362ee5774f..c76da87e601 100644 --- a/docs/performance/benchmark.md +++ b/docs/performance/benchmark.md @@ -2,7 +2,7 @@ This document will show and explain the benchmark of an approximate nearest neighbor on the Vald cluster, such as [ann-benchmarks](https://github.com/erikbern/ann-benchmarks), and also explain how to perform the ann-benchmark test on your Vald cluster. -If you want to perform load testing on the Vald cluster, please refer to [this document](./loadtest.md). +If you want to perform load testing on the Vald cluster, please refer to [this document](../performance/loadtest.md).