From 58d6b6a262addbc0e67df45daed63ca8c9404ed8 Mon Sep 17 00:00:00 2001 From: Kylin <1159469891@qq.com> Date: Tue, 18 Mar 2025 11:37:01 +0800 Subject: [PATCH] fix: link jump 404 --- apps/docs/src/en/api/core/flow-node-entity.mdx | 2 +- apps/docs/src/en/api/core/workflow-document.mdx | 2 +- apps/docs/src/en/api/services/command-service.mdx | 2 +- apps/docs/src/en/guide/advanced/lines.mdx | 2 +- apps/docs/src/zh/api/core/flow-node-entity.mdx | 2 +- apps/docs/src/zh/api/core/workflow-document.mdx | 2 +- apps/docs/src/zh/api/services/command-service.mdx | 2 +- apps/docs/src/zh/guide/advanced/lines.mdx | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/apps/docs/src/en/api/core/flow-node-entity.mdx b/apps/docs/src/en/api/core/flow-node-entity.mdx index 8babf234..a4d12b46 100644 --- a/apps/docs/src/en/api/core/flow-node-entity.mdx +++ b/apps/docs/src/en/api/core/flow-node-entity.mdx @@ -39,7 +39,7 @@ node.getExtInfo<{ test: string }>() ### updateExtInfo -Update extended data, update will not be recorded in `redo/undo`, if you need to record, please implement the [history](/flowgram.ai/guide/advanced/history.html) service +Update extended data, update will not be recorded in `redo/undo`, if you need to record, please implement the [history](https://flowgram.ai/guide/advanced/history.html) service ``` node.updateExtInfo<{ test: string }>({ diff --git a/apps/docs/src/en/api/core/workflow-document.mdx b/apps/docs/src/en/api/core/workflow-document.mdx index b365b7e0..8e07e513 100644 --- a/apps/docs/src/en/api/core/workflow-document.mdx +++ b/apps/docs/src/en/api/core/workflow-document.mdx @@ -1,6 +1,6 @@ # WorkflowDocument (free) -Free layout document data, inherited from [FlowDocument](/flowgram.ai/api/core/flow-document.html) +Free layout document data, inherited from [FlowDocument](https://flowgram.ai/api/core/flow-document.html) [> API Detail](https://flowgram.ai/auto-docs/free-layout-core/classes/WorkflowDocument.html) diff --git a/apps/docs/src/en/api/services/command-service.mdx b/apps/docs/src/en/api/services/command-service.mdx index aa4b46b0..49100268 100644 --- a/apps/docs/src/en/api/services/command-service.mdx +++ b/apps/docs/src/en/api/services/command-service.mdx @@ -1,6 +1,6 @@ # CommandService -Command Service, needs to be used with [Shortcuts](/flowgram.ai/guide/advanced/interactive/shortcuts.html) +Command Service, needs to be used with [Shortcuts](https://flowgram.ai/guide/advanced/interactive/shortcuts.html) [> API Detail](https://flowgram.ai/auto-docs/command/interfaces/CommandService.html) diff --git a/apps/docs/src/en/guide/advanced/lines.mdx b/apps/docs/src/en/guide/advanced/lines.mdx index 00f8ef11..5e8ee3f7 100644 --- a/apps/docs/src/en/guide/advanced/lines.mdx +++ b/apps/docs/src/en/guide/advanced/lines.mdx @@ -1,6 +1,6 @@ # Free Layout Lines -The lines in the free layout are managed by [WorkflowLinesManager](/flowgram.ai/api/core/workflow-lines-manager.html). +The lines in the free layout are managed by [WorkflowLinesManager](https://flowgram.ai/api/core/workflow-lines-manager.html). ## Get the Input/Output Nodes of the Current Node diff --git a/apps/docs/src/zh/api/core/flow-node-entity.mdx b/apps/docs/src/zh/api/core/flow-node-entity.mdx index 9965337c..91bc6653 100644 --- a/apps/docs/src/zh/api/core/flow-node-entity.mdx +++ b/apps/docs/src/zh/api/core/flow-node-entity.mdx @@ -39,7 +39,7 @@ node.getExtInfo<{ test: string }>() ### updateExtInfo -更新扩展数据, 更新不会记录到 `redo/undo`, 如果需要记录,请实现 [history](/flowgram.ai/guide/advanced/history.html) 服务 +更新扩展数据, 更新不会记录到 `redo/undo`, 如果需要记录,请实现 [history](https://flowgram.ai/guide/advanced/history.html) 服务 ``` node.updateExtInfo<{ test: string }>({ diff --git a/apps/docs/src/zh/api/core/workflow-document.mdx b/apps/docs/src/zh/api/core/workflow-document.mdx index cbb75d00..9323517d 100644 --- a/apps/docs/src/zh/api/core/workflow-document.mdx +++ b/apps/docs/src/zh/api/core/workflow-document.mdx @@ -1,6 +1,6 @@ # WorkflowDocument (free) -自由布局文档数据,继承自 [FlowDocument](/flowgram.ai/api/core/flow-document.html) +自由布局文档数据,继承自 [FlowDocument](https://flowgram.ai/api/core/flow-document.html) [> API Detail](https://flowgram.ai/auto-docs/free-layout-core/classes/WorkflowDocument.html) diff --git a/apps/docs/src/zh/api/services/command-service.mdx b/apps/docs/src/zh/api/services/command-service.mdx index d60bff1b..c634ede9 100644 --- a/apps/docs/src/zh/api/services/command-service.mdx +++ b/apps/docs/src/zh/api/services/command-service.mdx @@ -1,6 +1,6 @@ # CommandService -指令服务,需要和 [Shortcuts](/flowgram.ai/guide/advanced/interactive/shortcuts.html) 一起使用 +指令服务,需要和 [Shortcuts](https://flowgram.ai/guide/advanced/interactive/shortcuts.html) 一起使用 [> API Detail](https://flowgram.ai/auto-docs/command/interfaces/CommandService.html) diff --git a/apps/docs/src/zh/guide/advanced/lines.mdx b/apps/docs/src/zh/guide/advanced/lines.mdx index 99579bbf..db21b934 100644 --- a/apps/docs/src/zh/guide/advanced/lines.mdx +++ b/apps/docs/src/zh/guide/advanced/lines.mdx @@ -1,6 +1,6 @@ # 自由布局线条 -自由布局的线条通过 [WorkflowLinesManager](/flowgram.ai/api/core/workflow-lines-manager.html) 管理 +自由布局的线条通过 [WorkflowLinesManager](https://flowgram.ai/api/core/workflow-lines-manager.html) 管理 ## 获取当前节点的输入/输出节点