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 68fb775f6b9 Fix check (#1636)
68fb775f6b9 is described below
commit 68fb775f6b998968ceae8216279d7f23b2d8e44f
Author: mfordjody <[email protected]>
AuthorDate: Mon Dec 5 10:46:19 2022 +0800
Fix check (#1636)
---
.../java-sdk/advanced-features-and-usage/service/service-group.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/content/zh/docs3-v2/java-sdk/advanced-features-and-usage/service/service-group.md
b/content/zh/docs3-v2/java-sdk/advanced-features-and-usage/service/service-group.md
index bad6a7f51d0..30e11cdf2a7 100644
---
a/content/zh/docs3-v2/java-sdk/advanced-features-and-usage/service/service-group.md
+++
b/content/zh/docs3-v2/java-sdk/advanced-features-and-usage/service/service-group.md
@@ -14,7 +14,7 @@ description: "使用服务分组区分服务接口的不同实现"
## 参考用例
-[https://github.com/apache/dubbo-samples/tree/master/dubbo-samples-group](https://github.com/apache/dubbo-samples/tree/master/dubbo-samples-group)
+[https://github.com/apache/dubbo-samples/tree/master/dubbo-samples-group](https://github.com/apache/dubbo-samples/tree/master/2-advanced/dubbo-samples-group)
## 使用方式