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 73667652245 Fix check (#1634)
73667652245 is described below
commit 7366765224523a3568950b186a09d3535862b3b4
Author: mfordjody <[email protected]>
AuthorDate: Mon Dec 5 10:46:46 2022 +0800
Fix check (#1634)
---
.../docs3-v2/java-sdk/advanced-features-and-usage/service/async-call.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/content/zh/docs3-v2/java-sdk/advanced-features-and-usage/service/async-call.md
b/content/zh/docs3-v2/java-sdk/advanced-features-and-usage/service/async-call.md
index 0cdaaa19662..96d8242c78a 100644
---
a/content/zh/docs3-v2/java-sdk/advanced-features-and-usage/service/async-call.md
+++
b/content/zh/docs3-v2/java-sdk/advanced-features-and-usage/service/async-call.md
@@ -17,7 +17,7 @@ description: "在 Dubbo 中发起异步调用"
## 参考用例
-[https://github.com/apache/dubbo-samples/tree/master/dubbo-samples-async](https://github.com/apache/dubbo-samples/tree/master/dubbo-samples-async)
+[https://github.com/apache/dubbo-samples/tree/master/dubbo-samples-async](https://github.com/apache/dubbo-samples/tree/master/2-advanced/dubbo-samples-async)
## 使用场景
## 使用方式
### 使用 CompletableFuture 签名的接口