From 3a522e3940f1d616f4e27d6fbb511612f6ee2365 Mon Sep 17 00:00:00 2001 From: danielclow <106956386+danielclow@users.noreply.github.com> Date: Wed, 29 Mar 2023 18:09:19 +0800 Subject: [PATCH] docs: fix broken links --- docs/en/10-programming/01-connect/01-python.md | 2 +- docs/en/10-programming/04-query.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/10-programming/01-connect/01-python.md b/docs/en/10-programming/01-connect/01-python.md index 04b34c3241..9ccf9b83d6 100644 --- a/docs/en/10-programming/01-connect/01-python.md +++ b/docs/en/10-programming/01-connect/01-python.md @@ -82,7 +82,7 @@ Copy code bellow to your editor, then run it. If you are using jupyter, assuming {{#include docs/examples/python/develop_tutorial.py:connect}} ``` -For how to write data and query data, please refer to and . +For how to write data and query data, please refer to [Data In](https://docs.tdengine.com/cloud/data-in/insert-data/) and [Data Out](https://docs.tdengine.com/cloud/data-out/query-data/). For more details about how to write or query data via REST API, please check [REST API](https://docs.tdengine.com/cloud/programming/connector/rest-api/). diff --git a/docs/en/10-programming/04-query.md b/docs/en/10-programming/04-query.md index 4b23ac6929..a59a89fe34 100644 --- a/docs/en/10-programming/04-query.md +++ b/docs/en/10-programming/04-query.md @@ -139,7 +139,7 @@ In many use cases, it's hard to align the timestamp of the data collected by eac Interpolation can be performed in TDengine if there is no data in a time range. -For more details please refer to [Aggregate by Window](https://docs.tdengine.com/cloud/taos-sql/interval). +For more details please refer to [Aggregate by Window](https://docs.tdengine.com/cloud/taos-sql/distinguished/). ## Connector Examples -- GitLab