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 9089855 commit ec35f64
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion docs/overview/component/discoverer.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Vald Discoverer is responsible for retrieving each Node and Pod resource usage f

### Getting Node and Pod metrics

Vald Discoverer requires [kube-apiserver](https://kubernetes.io/ja/docs/reference/command-line-tools-reference/kube-apiserver/) to get Node and Pod metrics in the Vald cluster.
Vald Discoverer requires [kube-apiserver](https://kubernetes.io/docs/reference/command-line-tools-reference/kube-apiserver/) to get Node and Pod metrics in the Vald cluster.

It synchronizes the metrics when it changes by the `Reconcile function`, one of the internal functions.

Expand Down
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](../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](./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](../component/filter-gateway.md).
For more information about Vald Filter Gateway, please refer to [Vald Filter Gateway Overview](./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](./loadtest.md).

<!--
// TODO: uncomment when unit_bench.md is created.
Expand Down
2 changes: 1 addition & 1 deletion docs/user-guides/deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Please refer to [the basic configuration document](../user-guides/configuration.

In addition, as you need, please refer to the followings:
- [Backup Configuration](../user-guides/backup-configuration.md)
- [Filter Configuration](../user-guides/filter-configuration.md)
- [Filter Configuration](../user-guides/filtering-configuration.md)

Moreover, we publish the example configuration files for each use case.
Please also refer to [here](https://github.com/vdaas/vald/tree/main/charts/vald/values).
Expand Down
2 changes: 1 addition & 1 deletion docs/user-guides/filtering-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Every filter component should meet Vald's filter gRPC interface.
}
```

For more details, please refer to [the Vald Filter Gateway document](../overview/component/filter-gatewya.md)
For more details, please refer to [the Vald Filter Gateway document](../overview/component/filter-gateway.md)

### Official filter components

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][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
Expand Down

0 comments on commit ec35f64

Please sign in to comment.