From 6b7bc4f1c05a30ed0165c1109a19f5cae4826364 Mon Sep 17 00:00:00 2001 From: gccgdb1234 Date: Wed, 24 Aug 2022 10:24:14 +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 461387f0b1..891f3cdbf3 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](../../develop/connect/python#connect). ```python {{#include docs/examples/python/develop_tutorial.py:insert}} -- GitLab