From 2785c00ed03762798a1e9621369051897df5a5f8 Mon Sep 17 00:00:00 2001 From: cloedy Date: Thu, 21 Nov 2024 02:29:51 +0800 Subject: [PATCH] docs: fix link error in the 'Official Connectors' part --- README-CN.md | 16 ++++++++-------- README.md | 16 ++++++++-------- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/README-CN.md b/README-CN.md index 1f785eb458..162e0b8fa6 100644 --- a/README-CN.md +++ b/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/) # 成为社区贡献者 diff --git a/README.md b/README.md index e390b5e764..a5943c9016 100644 --- a/README.md +++ b/README.md @@ -347,14 +347,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