From da50d645ec43ec4df333f931b416003da927986a Mon Sep 17 00:00:00 2001 From: "bryan.zhang" Date: Sun, 9 Feb 2020 23:13:12 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=96=87=E6=A1=A3=E8=B5=84?= =?UTF-8?q?=E6=BA=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/guide_cn.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/guide_cn.md b/docs/guide_cn.md index 1e42e2b11..636a96dc8 100644 --- a/docs/guide_cn.md +++ b/docs/guide_cn.md @@ -69,7 +69,7 @@ executor.init(); Slot slot = executor.execute("demoChain", "arg"); ``` -如果你的项目使用spring,推荐参考[和Spring进行集成](http://yomahub.com/liteflow/#/?id=%e4%ba%8c%e3%80%81%e5%92%8cspring%e8%bf%9b%e8%a1%8c%e9%9b%86%e6%88%90) +如果你的项目使用spring,推荐参考[和Spring进行集成](https://bryan31.gitee.io/liteflow/#/?id=%e4%ba%8c%e3%80%81%e5%92%8cspring%e8%bf%9b%e8%a1%8c%e9%9b%86%e6%88%90) # 二、和spring进行集成 ## 2.1流程配置可以省略的部分 @@ -215,7 +215,7 @@ public T execute(String chainId,Object param); public T execute(String chainId,Object param,Class slotClazz); ``` -关于`Slot`的说明,请参照[数据槽](http://yomahub.com/liteflow/#/?id=_62%e6%95%b0%e6%8d%ae%e6%a7%bd) +关于`Slot`的说明,请参照[数据槽](https://bryan31.gitee.io/liteflow/#/?id=_62%e6%95%b0%e6%8d%ae%e6%a7%bd) ## 7.2数据槽