From 7a56387c549fed7a9e7cd7ff00c1723cbadb5010 Mon Sep 17 00:00:00 2001 From: dingbo Date: Mon, 22 Aug 2022 16:54:46 +0800 Subject: [PATCH] docs: fix links --- docs/en/07-develop/04-query-data/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/07-develop/04-query-data/index.mdx b/docs/en/07-develop/04-query-data/index.mdx index 786411152c..e8e4b5c0ad 100644 --- a/docs/en/07-develop/04-query-data/index.mdx +++ b/docs/en/07-develop/04-query-data/index.mdx @@ -128,7 +128,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](../../12-taos-sql/08-interval.md). +For more details please refer to [Aggregate by Window](../../12-taos-sql/12-interval.md). ## Examples -- GitLab