From 0188b359e72b1803ea31eba96b363be67ee26c5c Mon Sep 17 00:00:00 2001 From: gccgdb1234 Date: Wed, 24 Aug 2022 09:44:17 +0800 Subject: [PATCH] doc: fix broken link --- docs/en/08-data-in/01-insert-data.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/08-data-in/01-insert-data.md b/docs/en/08-data-in/01-insert-data.md index 253eebc43e..461387f0b1 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}} -- GitLab