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 da1e7a7d02a Fix check (#1635)
da1e7a7d02a is described below
commit da1e7a7d02a035f2294015bc2074008c7b63959f
Author: mfordjody <[email protected]>
AuthorDate: Mon Dec 5 10:46:32 2022 +0800
Fix check (#1635)
---
.../java-sdk/advanced-features-and-usage/service/echo-service.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/content/zh/docs3-v2/java-sdk/advanced-features-and-usage/service/echo-service.md
b/content/zh/docs3-v2/java-sdk/advanced-features-and-usage/service/echo-service.md
index 78037b1bf00..f103fc9884f 100644
---
a/content/zh/docs3-v2/java-sdk/advanced-features-and-usage/service/echo-service.md
+++
b/content/zh/docs3-v2/java-sdk/advanced-features-and-usage/service/echo-service.md
@@ -10,7 +10,7 @@ description: "通过回声测试检测 Dubbo 服务是否可用"
回声测试用于检测服务是否可用,回声测试按照正常请求流程执行,能够测试整个调用是否通畅,可用于监控。
## 参考用例
-[https://github.com/apache/dubbo-samples/tree/master/dubbo-samples-echo](https://github.com/apache/dubbo-samples/tree/master/dubbo-samples-echo)
+[https://github.com/apache/dubbo-samples/tree/master/dubbo-samples-echo](https://github.com/apache/dubbo-samples/tree/master/2-advanced/dubbo-samples-echo)
## 使用场景