From 51768e4d28bb9994abb4cae5941b0876392f37cf Mon Sep 17 00:00:00 2001 From: Kosuke Morimoto Date: Thu, 16 May 2024 21:41:44 +0900 Subject: [PATCH] fix links Signed-off-by: Kosuke Morimoto --- docs/user-guides/read-replica-and-rotator.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/user-guides/read-replica-and-rotator.md b/docs/user-guides/read-replica-and-rotator.md index 9c682eed18..acf4081741 100644 --- a/docs/user-guides/read-replica-and-rotator.md +++ b/docs/user-guides/read-replica-and-rotator.md @@ -3,7 +3,7 @@ Read replica enhances the search QPS (Queries Per Second) of the Vald cluster by deploying read-only agents in addition to the regular agents and distributing the requests among them. Read replica is deployed as Kubernetes deployments, and depending on the number of replicas (N), QPS increases by approximately 1.7 to 1.8 times \* N.
-The increase in QPS is possible with sufficient infrastructure (see [Important notes](#important-notes)). +The increase in QPS is possible with sufficient infrastructure (see Important notes).
## How to deploy read replica @@ -14,7 +14,7 @@ The read replica is managed with a separate chart from the Vald cluster and is d ### When you deploy Vald with Helm command -1. Edit `values.yaml` like below (Please refer to [deployment](deployment) for other fields.) +1. Edit `values.yaml` like below (Please refer to [deployment](../deployment) for other fields.) ```yaml agent: