From 262dda90892300226e9edc7eec1420dad3d01f03 Mon Sep 17 00:00:00 2001 From: Kosuke Morimoto Date: Mon, 20 May 2024 18:14:05 +0900 Subject: [PATCH] fix indent and link Signed-off-by: Kosuke Morimoto --- docs/tutorial/get-started.md | 2 +- docs/user-guides/read-replica-and-rotator.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tutorial/get-started.md b/docs/tutorial/get-started.md index 5b711215af..5f14077cff 100644 --- a/docs/tutorial/get-started.md +++ b/docs/tutorial/get-started.md @@ -443,7 +443,7 @@ If you are interested, please refer to [SDKs](../user-guides/sdks.md).
```go _, err := client.Flush(ctx, &payload.Flush_Request{}) if err != nil { - glg.Fatal(err) + glg.Fatal(err) } ``` diff --git a/docs/user-guides/read-replica-and-rotator.md b/docs/user-guides/read-replica-and-rotator.md index acf4081741..8c1e4a0fef 100644 --- a/docs/user-guides/read-replica-and-rotator.md +++ b/docs/user-guides/read-replica-and-rotator.md @@ -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: