You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by li...@apache.org on 2020/02/08 15:23:05 UTC

[dubbo-website] branch master updated: fix: (zh-cn) group-merger.md dubbo-samples link failed (#556) (#557)

This is an automated email from the ASF dual-hosted git repository.

lixiaojie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 743d168  fix: (zh-cn) group-merger.md dubbo-samples link failed (#556) (#557)
743d168 is described below

commit 743d168ad3d7337344637e6cada55dd34ca2504a
Author: Tao Rao <sh...@aliyun.com>
AuthorDate: Sat Feb 8 23:22:56 2020 +0800

    fix: (zh-cn) group-merger.md dubbo-samples link failed (#556) (#557)
---
 docs/zh-cn/user/demos/group-merger.md | 2 +-
 docs/zh-cn/user/demos/routing-rule.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/zh-cn/user/demos/group-merger.md b/docs/zh-cn/user/demos/group-merger.md
index 93119da..24a61cc 100644
--- a/docs/zh-cn/user/demos/group-merger.md
+++ b/docs/zh-cn/user/demos/group-merger.md
@@ -2,7 +2,7 @@
 
 按组合并返回结果 [^1],比如菜单服务,接口一样,但有多种实现,用group区分,现在消费方需从每种group中调用一次返回结果,合并结果返回,这样就可以实现聚合菜单项。  
 
-相关代码可以参考 [dubbo 项目中的示例](https://github.com/dubbo/dubbo-samples/tree/master/dubbo-samples-merge)
+相关代码可以参考 [dubbo 项目中的示例](https://github.com/apache/dubbo-samples/tree/master/java/dubbo-samples-merge)
 
 ## 配置
 
diff --git a/docs/zh-cn/user/demos/routing-rule.md b/docs/zh-cn/user/demos/routing-rule.md
index 8472ccf..57c1640 100644
--- a/docs/zh-cn/user/demos/routing-rule.md
+++ b/docs/zh-cn/user/demos/routing-rule.md
@@ -58,7 +58,7 @@
 #### 各字段含义
 
 - `scope`表示路由规则的作用粒度,scope的取值会决定key的取值。**必填**。
-  - service 务粒度
+  - service 服务粒度
   - application 应用粒度
 - `Key`明确规则体作用在哪个服务或应用。**必填**。
   - scope=service时,key取值为[{group}:]{service}[:{version}]的组合