Skip to content

Commit

Permalink
fix deadlink
Browse files Browse the repository at this point in the history
Signed-off-by: kevindiu <[email protected]>
  • Loading branch information
kevindiu committed Oct 18, 2022
1 parent ec35f64 commit f9dbde3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/overview/component/lb-gateway.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -67,7 +67,7 @@ Vald LB Gateway will send the search result to the Egress when the egress compon

<div class="note">

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

</div>

Expand Down
2 changes: 1 addition & 1 deletion docs/performance/benchmark.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

<!--
// TODO: uncomment when unit_bench.md is created.
Expand Down

0 comments on commit f9dbde3

Please sign in to comment.