From 103776b4d0f7bf486840be0f1657ad60cf423bac Mon Sep 17 00:00:00 2001 From: afwerar <1296468573@qq.com> Date: Thu, 11 Aug 2022 20:40:43 +0800 Subject: [PATCH] doc: change readme doc --- README-CN.md | 8 -------- README.md | 8 -------- 2 files changed, 16 deletions(-) diff --git a/README-CN.md b/README-CN.md index 95387433da..8ad0173b05 100644 --- a/README-CN.md +++ b/README-CN.md @@ -300,14 +300,6 @@ TDengine 提供了丰富的应用程序开发接口,其中包括 C/C++、Java - [Rust](https://www.taosdata.com/cn/documentation/connector/rust) -## 第三方连接器 - -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) - # 运行和添加测试例 TDengine 的测试框架和所有测试例全部开源。 diff --git a/README.md b/README.md index 72e441f92a..5e306fc07e 100644 --- a/README.md +++ b/README.md @@ -321,14 +321,6 @@ TDengine provides abundant developing tools for users to develop on TDengine. Fo - [Node.js](https://www.taosdata.com/en/documentation/connector#nodejs) - [Rust](https://www.taosdata.com/en/documentation/connector/rust) -## Third Party Connectors - -The TDengine community has also kindly built some of their own connectors! Follow the links below to find the source code for them. - -- [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) - # How to run the test cases and how to add a new test case TDengine's test framework and all test cases are fully open source. -- GitLab