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

albumenj 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 2b554b3f439 Fix check (#1673)
2b554b3f439 is described below

commit 2b554b3f4396fc3f9573e1143db1f9a6e06e60af
Author: mfordjody <[email protected]>
AuthorDate: Wed Dec 7 19:29:53 2022 +0800

    Fix check (#1673)
---
 content/zh/docsv2.7/user/examples/group-merger.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/zh/docsv2.7/user/examples/group-merger.md 
b/content/zh/docsv2.7/user/examples/group-merger.md
index 5c30f9944ed..cdf294a555c 100644
--- a/content/zh/docsv2.7/user/examples/group-merger.md
+++ b/content/zh/docsv2.7/user/examples/group-merger.md
@@ -8,7 +8,7 @@ description: "通过分组对结果进行聚合并返回聚合后的结果"
 
 
通过分组对结果进行聚合并返回聚合后的结果,比如菜单服务,用group区分同一接口的多种实现,现在消费方需从每种group中调用一次并返回结果,对结果进行合并之后返回,这样就可以实现聚合菜单项。
  
 
-相关代码可以参考 [dubbo 
项目中的示例](https://github.com/apache/dubbo-samples/tree/master/dubbo-samples-merge)
+相关代码可以参考 [dubbo 
项目中的示例](https://github.com/apache/dubbo-samples/tree/master/2-advanced/dubbo-samples-merge)
 
 ## 配置
 

Reply via email to