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 1526fb8 fix #758 (#973)
1526fb8 is described below
commit 1526fb867dc119141ef602eb6487036095187c04
Author: Wang Chengming <[email protected]>
AuthorDate: Sat Oct 9 14:45:16 2021 +0800
fix #758 (#973)
---
content/zh/blog/news/dubbo-context-information.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/content/zh/blog/news/dubbo-context-information.md
b/content/zh/blog/news/dubbo-context-information.md
index fe59937..8c27f68 100644
--- a/content/zh/blog/news/dubbo-context-information.md
+++ b/content/zh/blog/news/dubbo-context-information.md
@@ -53,7 +53,7 @@ RpcContext.getContext()
### 异步调用
-在异步调用时,可通过`getCompletableFuture`或`getFuture`获取相关的
Future,异步调用相关文档请参阅:[异步调用](http://Dubbo.apache.org/zh-cn/docs/user/demos/async-call.html)
+在异步调用时,可通过`getCompletableFuture`或`getFuture`获取相关的
Future,异步调用相关文档请参阅:[异步调用](https://dubbo.apache.org/zh/docs/advanced/async-call/)
## 注意事项