dragooncjw před 10 měsíci
rodič
revize
ca97513cf1

+ 1 - 1
apps/docs/src/en/guide/getting-started/create-fixed-layout-simple.mdx

@@ -4,7 +4,7 @@
 This case can be installed by `npx @flowgram.ai/create-app@latest fixed-layout-simple`, the complete code and effect are as follows:
 
 <div className="rs-tip">
-  <a className="rs-link" href="/flowgram.ai/examples/fixed-layout/fixed-layout-simple.html">
+  <a className="rs-link" href="/examples/fixed-layout/fixed-layout-simple.html">
     Fixed Layout Basic Usage
   </a>
 </div>

+ 1 - 1
apps/docs/src/en/guide/getting-started/create-free-layout-simple.mdx

@@ -3,7 +3,7 @@
 This case can be installed via `npx @flowgram.ai/create-app@latest free-layout-simple`. For complete code and effects, see:
 
 <div className="rs-tip">
-  <a className="rs-link" href="/flowgram.ai/examples/free-layout/free-layout-simple.html">
+  <a className="rs-link" href="/examples/free-layout/free-layout-simple.html">
     Free Layout Basic Usage
   </a>
 </div>

+ 2 - 2
apps/docs/src/en/guide/introduction.mdx

@@ -15,7 +15,7 @@ In today's AI-driven era, we are focusing more on how to empower workflows with
 <div style={{marginTop: 16, display: 'flex', gap: 8 }}>
   <div>
     <div>
-      <a className="rs-link" href="/flowgram.ai/examples/fixed-layout/fixed-feature-overview.html">
+      <a className="rs-link" href="/examples/fixed-layout/fixed-feature-overview.html">
         Fixed Layout
       </a>
     </div>
@@ -28,7 +28,7 @@ In today's AI-driven era, we are focusing more on how to empower workflows with
   </div>
   <div>
     <div>
-      <a className="rs-link" href="/flowgram.ai/examples/free-layout/free-feature-overview.html">
+      <a className="rs-link" href="/examples/free-layout/free-feature-overview.html">
         Free Connection Layout
       </a>
     </div>

+ 1 - 1
apps/docs/src/zh/guide/getting-started/create-fixed-layout-simple.mdx

@@ -4,7 +4,7 @@
 本案例可通过 `npx @flowgram.ai/create-app@latest fixed-layout-simple` 安装,完整代码及效果见:
 
 <div className="rs-tip">
-  <a className="rs-link" href="/flowgram.ai/examples/fixed-layout/fixed-layout-simple.html">
+  <a className="rs-link" href="/examples/fixed-layout/fixed-layout-simple.html">
     固定布局基础用法
   </a>
 </div>

+ 1 - 1
apps/docs/src/zh/guide/getting-started/create-free-layout-simple.mdx

@@ -4,7 +4,7 @@
 本案例可通过 `npx @flowgram.ai/create-app@latest free-layout-simple` 安装,完整代码及效果见:
 
 <div className="rs-tip">
-  <a className="rs-link" href="/flowgram.ai/examples/free-layout/free-layout-simple.html">
+  <a className="rs-link" href="/examples/free-layout/free-layout-simple.html">
     自由布局基础用法
   </a>
 </div>

+ 2 - 2
apps/docs/src/zh/guide/introduction.mdx

@@ -15,7 +15,7 @@ FlowGram 是一套基于节点编辑的流程搭建引擎,帮助开发者快
 <div style={{marginTop: 16, display: 'flex', gap: 8 }}>
   <div>
     <div>
-      <a className="rs-link" href="/flowgram.ai/examples/fixed-layout/fixed-feature-overview.html">
+      <a className="rs-link" href="/examples/fixed-layout/fixed-feature-overview.html">
         固定布局
       </a>
     </div>
@@ -28,7 +28,7 @@ FlowGram 是一套基于节点编辑的流程搭建引擎,帮助开发者快
   </div>
   <div>
     <div>
-      <a className="rs-link" href="/flowgram.ai/examples/free-layout/free-feature-overview.html">
+      <a className="rs-link" href="/examples/free-layout/free-feature-overview.html">
         自由连线布局
       </a>
     </div>