diff --git a/docs/en/08-data-in/01-insert-data.md b/docs/en/08-data-in/01-insert-data.md index 253eebc43ead3102e016658cf32065a546f53a3f..461387f0b12f7f38e28db46000e9c6cfc4f0530d 100644 --- a/docs/en/08-data-in/01-insert-data.md +++ b/docs/en/08-data-in/01-insert-data.md @@ -45,7 +45,7 @@ For more details about `INSERT` please refer to [INSERT](https://docs.tdengine.c -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}}