From acf996cd97ec06af158d7cfa42c123f7323b9307 Mon Sep 17 00:00:00 2001 From: dingbo Date: Tue, 7 Jun 2022 18:42:12 +0800 Subject: [PATCH] docs: fix build error --- docs-en/05-develop/01-connect/01-python.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs-en/05-develop/01-connect/01-python.md b/docs-en/05-develop/01-connect/01-python.md index a67a35ba6a..0dfae33c23 100644 --- a/docs-en/05-develop/01-connect/01-python.md +++ b/docs-en/05-develop/01-connect/01-python.md @@ -41,4 +41,4 @@ token = os.environ["TDENGINE_CLOUD_TOKEN"] conn = taosrest.connect(url=url, token=token) ``` -The client connection is then established. For how to write data and query data, please refer to [basic usage](/connector/python#basic-usage). +The client connection is then established. For how to write data and query data, please refer to [basic usage](../../connector/python#basic-usage). -- GitLab