From 16836d454c2eafe87e65bf422e656bac3ccfc4d7 Mon Sep 17 00:00:00 2001 From: liyang Date: Fri, 15 Aug 2025 11:26:53 +0800 Subject: [PATCH] fix(docs): fix sdk link (#272) --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0f567ef..efd1085 100644 --- a/README.md +++ b/README.md @@ -120,7 +120,7 @@ Rows: x". "x" represents the rows that are successfully inserted. When dealing w it, and deserialize the bytes as `FlightMetadata` message. You will find the "affected rows" result in it. -We already have our SDK written in [Java][java-sdk], [Rust]() and [Go][go-sdk], feel free to take +We already have our SDK written in [Java][java-sdk], [Rust][rust-sdk] and [Go][go-sdk], feel free to take any of them as an example. @@ -128,5 +128,6 @@ any of them as an example. [flight]: https://arrow.apache.org/docs/format/Flight.html [flight-rpc]: https://arrow.apache.org/docs/status.html#flight-rpc [flight-protobuf]: https://arrow.apache.org/docs/format/Flight.html#protocol-buffer-definitions -[java-sdk]: https://github.com/GreptimeTeam/greptimedb-client-java -[go-sdk]: https://github.com/GreptimeTeam/greptimedb-client-go +[java-sdk]: https://github.com/GreptimeTeam/greptimedb-ingester-java +[rust-sdk]: https://github.com/GreptimeTeam/greptimedb-ingester-rust +[go-sdk]: https://github.com/GreptimeTeam/greptimedb-ingester-go