From 47867188ed8d4210fbaa87727d5418c4817a80df Mon Sep 17 00:00:00 2001 From: Haojun Liao Date: Mon, 18 Nov 2024 11:13:53 +0800 Subject: [PATCH] Update index.md --- docs/zh/06-advanced/06-TDgpt/04-forecast/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/zh/06-advanced/06-TDgpt/04-forecast/index.md b/docs/zh/06-advanced/06-TDgpt/04-forecast/index.md index f41a8c267c..c7388ab9c0 100644 --- a/docs/zh/06-advanced/06-TDgpt/04-forecast/index.md +++ b/docs/zh/06-advanced/06-TDgpt/04-forecast/index.md @@ -89,5 +89,5 @@ taos> select _flow, _fhigh, _frowts, forecast(i32) from foo; ## 内置预测算法 -- arima -- holtwinters +- [arima](./02-arima.md) +- [holtwinters](./03-holtwinters.md)