From 869ed79d7bdfd7cea62b5495e8bb1b8e54331b40 Mon Sep 17 00:00:00 2001 From: dingbo Date: Thu, 28 Jul 2022 17:08:25 +0800 Subject: [PATCH] docs: upate link --- docs/en/05-develop/03-insert-data.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/05-develop/03-insert-data.md b/docs/en/05-develop/03-insert-data.md index 988f51c4bf..a3eb34c684 100644 --- a/docs/en/05-develop/03-insert-data.md +++ b/docs/en/05-develop/03-insert-data.md @@ -39,7 +39,7 @@ For more details about `INSERT` please refer to [INSERT](/taos-sql/insert). -In this example, we use `execute` method to execute SQL and get affected rows. The variable `conn` is an instance of class `taosrest.TaosRestConnection` we just created at [Connect Tutorial](./connect/python#connect). +In this example, we use `execute` method to execute SQL and get affected rows. The variable `conn` is an instance of class `taosrest.TaosRestConnection` we just created at [Connect Tutorial](../connect/python#connect). ```python {{#include docs/examples/python/develop_tutorial.py:insert}} -- GitLab