Skip to content

Commit

Permalink
fix: dead links (#205)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicecui authored Nov 26, 2024
1 parent e09d67b commit 184a6bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ If you want to deploy the GreptimeDB cluster, you can use the following commands
kubectl port-forward --address 0.0.0.0 svc/mycluster-frontend 4001:4001 4002:4002 4003:4003 4000:4000
```

You can also read and write data using refer to the [docs](https://docs.greptime.com/user-guide/cluster).
You can also [read](https://docs.greptime.com/user-guide/query-data/overview) and [write](https://docs.greptime.com/user-guide/ingest-data/overview) data by referring to the documentation.

### Upgrade

Expand Down

0 comments on commit 184a6bf

Please sign in to comment.