diff --git a/README-CN.md b/README-CN.md index d92455547217899b13b1f5a60a05308a10724431..7261102187ef5a587e051d7007e1cdab06c6b330 100644 --- a/README-CN.md +++ b/README-CN.md @@ -333,19 +333,14 @@ Query OK, 2 row(s) in set (0.001700s) TDengine 提供了丰富的应用程序开发接口,其中包括 C/C++、Java、Python、Go、Node.js、C# 、RESTful 等,便于用户快速开发应用: -- [Java](https://www.taosdata.com/cn/documentation/connector/java) - +- [Java](https://docs.taosdata.com/reference/connector/java/) - [C/C++](https://www.taosdata.com/cn/documentation/connector#c-cpp) - -- [Python](https://www.taosdata.com/cn/documentation/connector#python) - -- [Go](https://www.taosdata.com/cn/documentation/connector#go) - -- [RESTful API](https://www.taosdata.com/cn/documentation/connector#restful) - -- [Node.js](https://www.taosdata.com/cn/documentation/connector#nodejs) - -- [Rust](https://www.taosdata.com/cn/documentation/connector/rust) +- [Python](https://docs.taosdata.com/reference/connector/python/) +- [Go](https://docs.taosdata.com/reference/connector/go/) +- [Node.js](https://docs.taosdata.com/reference/connector/node/) +- [Rust](https://docs.taosdata.com/reference/connector/rust/) +- [C#](https://docs.taosdata.com/reference/connector/csharp/) +- [RESTful API](https://docs.taosdata.com/reference/rest-api/) ## 第三方连接器 @@ -354,6 +349,7 @@ TDengine 社区生态中也有一些非常友好的第三方连接器,可以 - [Rust Bindings](https://github.com/songtianyi/tdengine-rust-bindings/tree/master/examples) - [.Net Core Connector](https://github.com/maikebing/Maikebing.EntityFrameworkCore.Taos) - [Lua Connector](https://github.com/taosdata/TDengine/tree/develop/examples/lua) +- [PHP](https://www.taosdata.com/en/documentation/connector#c-cpp) # 运行和添加测试例 diff --git a/README.md b/README.md index 74078eb1ab37cf9f14f37bdf41444d96ff123fab..7206e7156be07072c9dda7e413b536748f565c75 100644 --- a/README.md +++ b/README.md @@ -362,13 +362,14 @@ Query OK, 2 row(s) in set (0.001700s) TDengine provides abundant developing tools for users to develop on TDengine. Follow the links below to find your desired connectors and relevant documentation. -- [Java](https://www.taosdata.com/en/documentation/connector/java) -- [C/C++](https://www.taosdata.com/en/documentation/connector#c-cpp) -- [Python](https://www.taosdata.com/en/documentation/connector#python) -- [Go](https://www.taosdata.com/en/documentation/connector#go) -- [RESTful API](https://www.taosdata.com/en/documentation/connector#restful) -- [Node.js](https://www.taosdata.com/en/documentation/connector#nodejs) -- [Rust](https://www.taosdata.com/en/documentation/connector/rust) +- [Java](https://docs.taosdata.com/reference/connector/java/) +- [C/C++](https://docs.taosdata.com/reference/connector/cpp/) +- [Python](https://docs.taosdata.com/reference/connector/python/) +- [Go](https://docs.taosdata.com/reference/connector/go/) +- [Node.js](https://docs.taosdata.com/reference/connector/node/) +- [Rust](https://docs.taosdata.com/reference/connector/rust/) +- [C#](https://docs.taosdata.com/reference/connector/csharp/) +- [RESTful API](https://docs.taosdata.com/reference/rest-api/) ## Third Party Connectors @@ -377,6 +378,7 @@ The TDengine community has also kindly built some of their own connectors! Follo - [Rust Bindings](https://github.com/songtianyi/tdengine-rust-bindings/tree/master/examples) - [.Net Core Connector](https://github.com/maikebing/Maikebing.EntityFrameworkCore.Taos) - [Lua Connector](https://github.com/taosdata/TDengine/tree/develop/tests/examples/lua) +- [PHP](https://www.taosdata.com/en/documentation/connector#c-cpp) # How to run the test cases and how to add a new test case