From 91f0f21e424b255597fa40db3d7b7eee0db9a04d Mon Sep 17 00:00:00 2001 From: "bryan.zhang" Date: Wed, 28 Feb 2018 19:42:03 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=96=87=E6=A1=A3?= 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 04ef2fc01..a2fb0b0cd 100644 --- a/docs/guide_cn.md +++ b/docs/guide_cn.md @@ -59,7 +59,7 @@ executor.init(); Slot slot = executor.execute("demoChain", "arg"); ``` -如果你的项目使用spring,推荐参考[和Spring进行集成](http://123.206.92.144:3000/#/?id=和spring进行集成) +如果你的项目使用spring,推荐参考[和Spring进行集成](http://123.206.92.144:3000/#/?id=二、和spring进行集成) # 二、和spring进行集成 ## 2.1流程配置可以省略的部分 @@ -166,7 +166,7 @@ public T execute(String chainId,Object param); public T execute(String chainId,Object param,Class slotClazz); ``` -关于`Slot`的说明,请参照[数据槽](http://123.206.92.144:3000/#/?id=数据槽) +关于`Slot`的说明,请参照[数据槽](http://123.206.92.144:3000/#/?id=6.2数据槽) ## 6.2数据槽 数据槽 \ No newline at end of file