You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by li...@apache.org on 2022/01/07 06:24:05 UTC

[dubbo-website] branch master updated: fix api.md mistake link (#1027)

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

liujun 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 126efc4  fix api.md mistake link (#1027)
126efc4 is described below

commit 126efc49240020f49bbd93441babf776e6db0037
Author: Wang Chengming <63...@qq.com>
AuthorDate: Fri Jan 7 14:24:00 2022 +0800

    fix api.md mistake link (#1027)
---
 content/zh/docs/references/api.md | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/content/zh/docs/references/api.md b/content/zh/docs/references/api.md
index f9cb186..37f610c 100644
--- a/content/zh/docs/references/api.md
+++ b/content/zh/docs/references/api.md
@@ -30,7 +30,7 @@ org.apache.dubbo.config.MethodConfig
 org.apache.dubbo.config.ArgumentConfig
 ```
 
-详细参见:[API配置](../../configuration/api)  
+详细参见:[API配置](../configuration/api)  
 
 ## 注解 API
 
@@ -39,7 +39,7 @@ org.apache.dubbo.config.annotation.DubboService
 org.apache.dubbo.config.annotation.DubboReference
 ```
 
-详细参见:[注解配置](../../configuration/annotation)
+详细参见:[注解配置](../configuration/annotation)
 
 ## 模型 API
 
@@ -54,7 +54,7 @@ org.apache.dubbo.rpc.RpcException
 org.apache.dubbo.rpc.RpcContext
 ```
 
-详细参见:[上下文信息](../../examples/context) & [隐式传参](../../examples/attachment) & [异步调用](../../examples/async-call)
+详细参见:[上下文信息](../../advanced/context) & [隐式传参](../../advanced/attachment) & [异步调用](../../advanced/async-call)
 
 ## 服务 API
 
@@ -63,9 +63,9 @@ org.apache.dubbo.rpc.service.GenericService
 org.apache.dubbo.rpc.service.GenericException
 ```
 
-详细参见:[泛化引用](../../examples/generic-reference) & [泛化实现](../../examples/generic-service)
+详细参见:[泛化引用](../../advanced/generic-reference) & [泛化实现](../../advanced/generic-service)
 
 ```
 org.apache.dubbo.rpc.service.EchoService
 ```
-详细参见:[回声测试](../../examples/echo-service)
+详细参见:[回声测试](../../advanced/echo-service)