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 a0b0a64da03 Fix check (#1654)
a0b0a64da03 is described below
commit a0b0a64da037e8076f3c7346c9c79af91dfae3c9
Author: mfordjody <[email protected]>
AuthorDate: Mon Dec 5 10:41:46 2022 +0800
Fix check (#1654)
---
content/zh/docs3-v2/java-sdk/reference-manual/config/xml.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/content/zh/docs3-v2/java-sdk/reference-manual/config/xml.md
b/content/zh/docs3-v2/java-sdk/reference-manual/config/xml.md
index 4152759456c..1d6119fcf65 100644
--- a/content/zh/docs3-v2/java-sdk/reference-manual/config/xml.md
+++ b/content/zh/docs3-v2/java-sdk/reference-manual/config/xml.md
@@ -9,7 +9,7 @@ description: "以 Spring XML 开发 Dubbo 应用"
Dubbo 有基于 Spring Schema 扩展的自定义配置组件,使用 XML 能达到的配置能力总体与 [配置参考手册](../properties)
对等。
-以下内容的完整示例请参考
[dubbo-samples](https://github.com/apache/dubbo-samples/tree/master/dubbo-samples-basic)
+以下内容的完整示例请参考
[dubbo-samples](https://github.com/apache/dubbo-samples/tree/master/1-basic/dubbo-samples-basic)
## 服务提供者