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: