From 7ae4195ab466eea1d9eae68c22f5c80259b7aece Mon Sep 17 00:00:00 2001 From: dingbo Date: Fri, 17 Jun 2022 18:23:34 +0800 Subject: [PATCH] docs: connect --- docs/en/05-develop/01-connect/02-java.md | 2 +- docs/en/05-develop/01-connect/03-go.md | 4 +++- docs/en/05-develop/01-connect/04-rust.md | 3 ++- docs/en/05-develop/01-connect/05-node.md | 1 + 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/docs/en/05-develop/01-connect/02-java.md b/docs/en/05-develop/01-connect/02-java.md index 99934ec7a8..92ec245c0c 100644 --- a/docs/en/05-develop/01-connect/02-java.md +++ b/docs/en/05-develop/01-connect/02-java.md @@ -79,4 +79,4 @@ Code bellow get JDBC URL from environment variables first and then create a `Con {{#include docs/examples/java/src/main/java/com/taos/example/ConnectCloudExample.java:connect}} ``` -The client connection is then established. For how to write data and query data using the connection, please refer to [usage-examples](https://docs.tdengine.com/reference/connector/java#usage-examples). \ No newline at end of file + diff --git a/docs/en/05-develop/01-connect/03-go.md b/docs/en/05-develop/01-connect/03-go.md index f29e07052d..9e36423e1b 100644 --- a/docs/en/05-develop/01-connect/03-go.md +++ b/docs/en/05-develop/01-connect/03-go.md @@ -80,4 +80,6 @@ Finally, test the connection: ``` go run main.go -``` \ No newline at end of file +``` + + diff --git a/docs/en/05-develop/01-connect/04-rust.md b/docs/en/05-develop/01-connect/04-rust.md index 4cea7c0022..e2702a4b98 100644 --- a/docs/en/05-develop/01-connect/04-rust.md +++ b/docs/en/05-develop/01-connect/04-rust.md @@ -62,4 +62,5 @@ Copy following code to `main.rs`. {{#include docs/examples/rust/cloud-example/src/main.rs}} ``` -Then you can execute `cargo run` to test the connection. \ No newline at end of file +Then you can execute `cargo run` to test the connection. + diff --git a/docs/en/05-develop/01-connect/05-node.md b/docs/en/05-develop/01-connect/05-node.md index d1504b9b2e..f3c1cdfebf 100644 --- a/docs/en/05-develop/01-connect/05-node.md +++ b/docs/en/05-develop/01-connect/05-node.md @@ -65,3 +65,4 @@ async function test() { test(); ``` + -- GitLab