Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix dead link #1807

Merged
merged 9 commits into from
Oct 19, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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](../../overview/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](../component/filter-gateway.md).
For more information about Vald Filter Gateway, please refer to [Vald Filter Gateway Overview](../../overview/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
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)
vankichi marked this conversation as resolved.
Show resolved Hide resolved
- [vald-helm-chart][vald-helm-chart]
kevindiu marked this conversation as resolved.
Show resolved Hide resolved
- [vald-helm-operator-chart][vald-helm-operator-chart]
- [CHANGELOG][CHANGELOG]


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