fix(docs): fix sdk link (#272)

This commit is contained in:
liyang
2025-08-15 11:26:53 +08:00
committed by GitHub
parent abeefa939c
commit 16836d454c
+4 -3
View File
@@ -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 it, and deserialize the bytes as `FlightMetadata` message. You will find the "affected rows" result
in it. 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. any of them as an example.
<!-- links --> <!-- links -->
@@ -128,5 +128,6 @@ any of them as an example.
[flight]: https://arrow.apache.org/docs/format/Flight.html [flight]: https://arrow.apache.org/docs/format/Flight.html
[flight-rpc]: https://arrow.apache.org/docs/status.html#flight-rpc [flight-rpc]: https://arrow.apache.org/docs/status.html#flight-rpc
[flight-protobuf]: https://arrow.apache.org/docs/format/Flight.html#protocol-buffer-definitions [flight-protobuf]: https://arrow.apache.org/docs/format/Flight.html#protocol-buffer-definitions
[java-sdk]: https://github.com/GreptimeTeam/greptimedb-client-java [java-sdk]: https://github.com/GreptimeTeam/greptimedb-ingester-java
[go-sdk]: https://github.com/GreptimeTeam/greptimedb-client-go [rust-sdk]: https://github.com/GreptimeTeam/greptimedb-ingester-rust
[go-sdk]: https://github.com/GreptimeTeam/greptimedb-ingester-go