提交 69170020 编写于 作者: G gccgdb1234

doc: fix broken links

上级 433ba70b
...@@ -79,5 +79,3 @@ Copy code bellow to your editor and run it. ...@@ -79,5 +79,3 @@ Copy code bellow to your editor and run it.
```python ```python
{{#include docs/examples/python/develop_tutorial.py:connect}} {{#include docs/examples/python/develop_tutorial.py:connect}}
``` ```
<!---The client connection is then established. For how to write data and query data, please refer to [Insert Data](https://docs.tdengine.com/cloud/develop/insert-data#connector-examples) and [Query Data](https://docs.tdengine.com/cloud/develop/query-data/#connector-examples).--->
...@@ -79,4 +79,3 @@ Code bellow get JDBC URL from environment variables first and then create a `Con ...@@ -79,4 +79,3 @@ 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}} {{#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, please refer to [Insert Data](https://docs.tdengine.com/cloud/develop/insert-data#connector-examples) and [Query Data](https://docs.tdengine.com/cloud/develop/query-data/#connector-examples).--->
...@@ -77,5 +77,3 @@ Finally, test the connection: ...@@ -77,5 +77,3 @@ Finally, test the connection:
``` ```
go run main.go go run main.go
``` ```
<!---The client connection is then established. For how to write data and query data, please refer to [Insert Data](https://docs.tdengine.com/cloud/develop/insert-data#connector-examples) and [Query Data](https://docs.tdengine.com/cloud/develop/query-data/#connector-examples).--->
...@@ -63,4 +63,4 @@ Copy following code to `main.rs`. ...@@ -63,4 +63,4 @@ Copy following code to `main.rs`.
``` ```
Then you can execute `cargo run` to test the connection. Then you can execute `cargo run` to test the connection.
<!---The client connection is then established. For how to write data and query data, please refer to [Insert Data](https://docs.tdengine.com/cloud/develop/insert-data#connector-examples) and [Query Data](https://docs.tdengine.com/cloud/develop/query-data/#connector-examples).--->
...@@ -55,6 +55,4 @@ To obtain the value of cloud token and URL, please log in [TDengine Cloud](https ...@@ -55,6 +55,4 @@ To obtain the value of cloud token and URL, please log in [TDengine Cloud](https
```javascript ```javascript
{{#include docs/examples/node/connect.js}} {{#include docs/examples/node/connect.js}}
``` ```
\ No newline at end of file
<!---The client connection is then established. For how to write data and query data, please refer to [Insert Data](https://docs.tdengine.com/cloud/develop/insert-data#connector-examples) and [Query Data](https://docs.tdengine.com/cloud/develop/query-data/#connector-examples).--->
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册