diff --git a/docs/en/05-develop/01-connect/02-java.md b/docs/en/05-develop/01-connect/02-java.md index 99934ec7a826263de250556349e63811b8bb2fe0..92ec245c0cd4ccedf6df2cbb07f7092a5edb75bf 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 f29e07052da7672b34c4bd5de8956033f7784db9..9e36423e1b9b94efbd642c97eaee95932e65b4fd 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 4cea7c0022b862921bd3f5284102962c20dc7cbd..e2702a4b98497a5c40b68267081434d9779ec9d1 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 d1504b9b2eb121da6608e7039d2b28263379d9fe..f3c1cdfebf962023d3557185e7dacc447184f454 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(); ``` +