From 6f57d08e8693c32ab4f85520ed6a2e2f41324633 Mon Sep 17 00:00:00 2001 From: "yihe.lxg" Date: Fri, 8 Dec 2023 12:00:24 +0800 Subject: [PATCH] docs(ava/insight): update the links in guide --- site/docs/guide/insight/intro.en.md | 2 +- site/docs/guide/insight/intro.zh.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/site/docs/guide/insight/intro.en.md b/site/docs/guide/insight/intro.en.md index c1e61a19..3603fad9 100644 --- a/site/docs/guide/insight/intro.en.md +++ b/site/docs/guide/insight/intro.en.md @@ -58,7 +58,7 @@ insightPatternsExtractor({ ### getSpecificInsight 使用 -The `getSpecificInsight` method can not only obtain the specified type of insight, but also output a visual spec. Combined with the `InsightCard` component, the insight results can be presented in a visual way. Input parameters are the same as the `insightPatternsExtractor` method. Detailed output parameters are described in the [InsightInfo API](../../api/insight/auto-insight.zh.md)。 +The `getSpecificInsight` method can not only obtain the specified type of insight, but also output a visual spec. Combined with the `InsightCard` component, the insight results can be presented in a visual way. Input parameters are the same as the `insightPatternsExtractor` method. Detailed output parameters are described in the [InsightInfo API](../../api/insight/auto-insights.zh.md)。 ```ts diff --git a/site/docs/guide/insight/intro.zh.md b/site/docs/guide/insight/intro.zh.md index 6878cfc8..b79d925d 100644 --- a/site/docs/guide/insight/intro.zh.md +++ b/site/docs/guide/insight/intro.zh.md @@ -25,7 +25,7 @@ order: 0 ### getInsights 使用 -`getInsights` 方法用于从多维数据中运行不同算法来发现数据中有趣的模式,并将不同类型的模式进行统一评估,按照分数返回高质量的数据洞察结果。输入输出参数详见 [getInsights API](../../api/insight/auto-insight.zh.md)。 +`getInsights` 方法用于从多维数据中运行不同算法来发现数据中有趣的模式,并将不同类型的模式进行统一评估,按照分数返回高质量的数据洞察结果。输入输出参数详见 [getInsights API](../../api/insight/auto-insights.zh.md)。 ```ts