Merge pull request #28858 from cloedy/main
docs: fix link error in the 'Official Connectors' part
This commit is contained in:
commit
60fed6462c
16
README-CN.md
16
README-CN.md
|
@ -337,14 +337,14 @@ Query OK, 2 row(s) in set (0.001700s)
|
|||
|
||||
TDengine 提供了丰富的应用程序开发接口,其中包括 C/C++、Java、Python、Go、Node.js、C# 、RESTful 等,便于用户快速开发应用:
|
||||
|
||||
- [Java](https://docs.taosdata.com/connector/java/)
|
||||
- [C/C++](https://docs.taosdata.com/connector/cpp/)
|
||||
- [Python](https://docs.taosdata.com/connector/python/)
|
||||
- [Go](https://docs.taosdata.com/connector/go/)
|
||||
- [Node.js](https://docs.taosdata.com/connector/node/)
|
||||
- [Rust](https://docs.taosdata.com/connector/rust/)
|
||||
- [C#](https://docs.taosdata.com/connector/csharp/)
|
||||
- [RESTful API](https://docs.taosdata.com/connector/rest-api/)
|
||||
- [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/connector/rest-api/)
|
||||
|
||||
# 成为社区贡献者
|
||||
|
||||
|
|
16
README.md
16
README.md
|
@ -357,14 +357,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://docs.tdengine.com/reference/connector/java/)
|
||||
- [C/C++](https://docs.tdengine.com/reference/connector/cpp/)
|
||||
- [Python](https://docs.tdengine.com/reference/connector/python/)
|
||||
- [Go](https://docs.tdengine.com/reference/connector/go/)
|
||||
- [Node.js](https://docs.tdengine.com/reference/connector/node/)
|
||||
- [Rust](https://docs.tdengine.com/reference/connector/rust/)
|
||||
- [C#](https://docs.tdengine.com/reference/connector/csharp/)
|
||||
- [RESTful API](https://docs.tdengine.com/reference/rest-api/)
|
||||
- [Java](https://docs.tdengine.com/reference/connectors/java/)
|
||||
- [C/C++](https://docs.tdengine.com/reference/connectors/cpp/)
|
||||
- [Python](https://docs.tdengine.com/reference/connectors/python/)
|
||||
- [Go](https://docs.tdengine.com/reference/connectors/go/)
|
||||
- [Node.js](https://docs.tdengine.com/reference/connectors/node/)
|
||||
- [Rust](https://docs.tdengine.com/reference/connectors/rust/)
|
||||
- [C#](https://docs.tdengine.com/reference/connectors/csharp/)
|
||||
- [RESTful API](https://docs.tdengine.com/reference/connectors/rest-api/)
|
||||
|
||||
# Contribute to TDengine
|
||||
|
||||
|
|
Loading…
Reference in New Issue