From 184a6bf223a676669fbd3b3cfa11fa2bfef8d15d Mon Sep 17 00:00:00 2001 From: Yiran Date: Tue, 26 Nov 2024 16:58:45 +0800 Subject: [PATCH] fix: dead links (#205) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3c3b1da..b570b85 100644 --- a/README.md +++ b/README.md @@ -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