From d4e032eb3d71635caa7c14d64de41f464ac56fbc Mon Sep 17 00:00:00 2001 From: hieheihei <270985384@qq.com> Date: Wed, 25 Jun 2025 17:40:21 +0800 Subject: [PATCH] update aliyun document --- .../app/(appDetailLayout)/[appId]/overview/tracing/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/app/(commonLayout)/app/(appDetailLayout)/[appId]/overview/tracing/config.ts b/web/app/(commonLayout)/app/(appDetailLayout)/[appId]/overview/tracing/config.ts index 1c583b4e9c..9c79ebca56 100644 --- a/web/app/(commonLayout)/app/(appDetailLayout)/[appId]/overview/tracing/config.ts +++ b/web/app/(commonLayout)/app/(appDetailLayout)/[appId]/overview/tracing/config.ts @@ -5,5 +5,5 @@ export const docURL = { [TracingProvider.langfuse]: 'https://docs.langfuse.com', [TracingProvider.opik]: 'https://www.comet.com/docs/opik/tracing/integrations/dify#setup-instructions', [TracingProvider.weave]: 'https://weave-docs.wandb.ai/', - [TracingProvider.aliyun]: 'https://help.aliyun.com/zh/arms/', + [TracingProvider.aliyun]: 'https://help.aliyun.com/zh/arms/tracing-analysis/untitled-document-1750672984680', }