diff --git a/docs/en/05-develop/03-insert-data.md b/docs/en/05-develop/03-insert-data.md index 988f51c4bf7e53aeec7504d5def71ad58b893823..a3eb34c6848788e09c94315e1ab2d56489839459 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}}