Skip to content

Commit

Permalink
fix indent and link (#2501)
Browse files Browse the repository at this point in the history
Signed-off-by: Kosuke Morimoto <ksk@vdaas.org>
  • Loading branch information
kmrmt authored May 21, 2024
1 parent 9f5742c commit 11fd9c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/tutorial/get-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ If you are interested, please refer to [SDKs](../user-guides/sdks.md).<br>
```go
_, err := client.Flush(ctx, &payload.Flush_Request{})
if err != nil {
glg.Fatal(err)
glg.Fatal(err)
}
```
Expand Down
2 changes: 1 addition & 1 deletion docs/user-guides/read-replica-and-rotator.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 11fd9c5

Please sign in to comment.