This is an automated email from the ASF dual-hosted git repository. hyunkun 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 9cda714 fix 404 link for xml.md (#629) 9cda714 is described below commit 9cda7145fc50621ee261bd022584f7b5ac21628d Author: wjjiang <48505670+spongecapt...@users.noreply.github.com> AuthorDate: Fri Oct 30 10:46:43 2020 +0800 fix 404 link for xml.md (#629) --- docs/zh-cn/user/configuration/annotation.md | 2 +- docs/zh-cn/user/configuration/xml.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/zh-cn/user/configuration/annotation.md b/docs/zh-cn/user/configuration/annotation.md index cbfb72a..c8a43cc 100644 --- a/docs/zh-cn/user/configuration/annotation.md +++ b/docs/zh-cn/user/configuration/annotation.md @@ -7,7 +7,7 @@ description: 注解配置 # 注解配置 需要 `2.6.3` 及以上版本支持 -点此查看[完整示例](https://github.com/apache/dubbo-samples/tree/master/dubbo-samples-annotation) +点此查看[完整示例](https://github.com/apache/dubbo-samples/tree/master/java/dubbo-samples-annotation) ## 服务提供方 diff --git a/docs/zh-cn/user/configuration/xml.md b/docs/zh-cn/user/configuration/xml.md index 797b64f..01911b2 100644 --- a/docs/zh-cn/user/configuration/xml.md +++ b/docs/zh-cn/user/configuration/xml.md @@ -2,7 +2,7 @@ 有关 XML 的详细配置项,请参见:[配置参考手册](../references/xml/introduction.md)。如果不想使用 Spring 配置,而希望通过 API 的方式进行调用,请参见:[API配置](./api.md)。想知道如何使用配置,请参见:[快速启动](../quick-start.md)。 -请在此查看文档描述的[完整示例](https://github.com/apache/dubbo-samples/tree/master/dubbo-samples-basic) +请在此查看文档描述的[完整示例](https://github.com/apache/dubbo-samples/tree/master/java/dubbo-samples-basic) ## provider.xml 示例