Skip to content

Commit

Permalink
fix comment
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 f9dbde3 commit d9522fd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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](../../api/component/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](../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](../../api/component/filter-gateway.md).
For more information about Vald Filter Gateway, please refer to [Vald Filter Gateway Overview](../component/filter-gateway.md).

</div>

Expand Down
6 changes: 3 additions & 3 deletions docs/user-guides/operations.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,9 +134,9 @@ The operator will automatically detect the changes and update the deployed Vald

### References

- [vald-helm-chart][vald-helm-chart]
- [vald-helm-operator-chart][vald-helm-operator-chart]
- [CHANGELOG][CHANGELOG]
- [vald-helm-chart](https://github.com/vdaas/vald/tree/main/charts/vald)
- [vald-helm-operator-chart](https://github.com/vdaas/vald/tree/main/charts/vald-helm-operator)
- [CHANGELOG](https://vald.vdaas.org/docs/release/changelog/)


[vald-helm-chart]: https://github.com/vdaas/vald/tree/main/charts/vald
Expand Down

0 comments on commit d9522fd

Please sign in to comment.