You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by ho...@apache.org on 2021/09/20 02:42:26 UTC

[dubbo-website] branch master updated: fix xml.md error link (#961)

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

horizonzy 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 c5bdead  fix xml.md error link (#961)
c5bdead is described below

commit c5bdeadf24862d6668bb47624554f125506379ef
Author: Wang Chengming <63...@qq.com>
AuthorDate: Mon Sep 20 10:42:20 2021 +0800

    fix xml.md error link (#961)
    
    * fix xml.md error link
    
    * fix xml.md error link
---
 content/zh/docs/references/configuration/xml.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/content/zh/docs/references/configuration/xml.md b/content/zh/docs/references/configuration/xml.md
index 4a43149..71fb71a 100644
--- a/content/zh/docs/references/configuration/xml.md
+++ b/content/zh/docs/references/configuration/xml.md
@@ -6,9 +6,9 @@ weight: 30
 description: "以 XML 配置的方式来配置你的 Dubbo 应用"
 ---
 
-有关 XML 的详细配置项,请参见:[XML配置参考手册](../../../references/xml)。如果不想使用 Spring 配置,而希望通过 API 的方式进行调用,请参见:[API配置](../api)。想知道如何使用配置,请参见:[快速启动](../../quick-start)。
+有关 XML 的详细配置项,请参见:[XML配置参考手册](../../../references/xml)。如果不想使用 Spring 配置,而希望通过 API 的方式进行调用,请参见:[API配置](../api)。想知道如何使用配置,请参见:[快速启动](../../../quick-start)。
 
-请在此查看文档描述的[完整示例](https://github.com/apache/dubbo-samples/tree/master/java/dubbo-samples-basic)
+请在此查看文档描述的[完整示例](https://github.com/apache/dubbo-samples/tree/master/dubbo-samples-basic)
 
 ## provider.xml 示例