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 be407a61e2d Fix check (#1653)
be407a61e2d is described below
commit be407a61e2d2fb6fbba36627be141c6e862deef5
Author: mfordjody <[email protected]>
AuthorDate: Mon Dec 5 10:42:01 2022 +0800
Fix check (#1653)
---
content/zh/docs3-v2/java-sdk/reference-manual/config/api.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/content/zh/docs3-v2/java-sdk/reference-manual/config/api.md
b/content/zh/docs3-v2/java-sdk/reference-manual/config/api.md
index 9fa86f7b79e..9de6b77979a 100644
--- a/content/zh/docs3-v2/java-sdk/reference-manual/config/api.md
+++ b/content/zh/docs3-v2/java-sdk/reference-manual/config/api.md
@@ -8,7 +8,7 @@ description: "以 API 的方式来配置你的 Dubbo 应用"
通过 API 编码方式组装配置、启动 Dubbo、发布及订阅服务。此方式可以支持动态创建
ReferenceConfig/ServiceConfig,结合泛化调用可以满足 API Gateway 或测试平台的需要。
-> 参考
[API示例](https://github.com/apache/dubbo-samples/tree/master/dubbo-samples-api)
+> 参考
[API示例](https://github.com/apache/dubbo-samples/tree/master/1-basic/dubbo-samples-api)
## 服务提供者