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 68b02400f3d Fix check (#1643)
68b02400f3d is described below
commit 68b02400f3dee84b5e05a8ca2d757f5d2ba37d16
Author: mfordjody <[email protected]>
AuthorDate: Mon Dec 5 10:44:34 2022 +0800
Fix check (#1643)
---
content/zh/docs3-v2/java-sdk/quick-start/spring-boot.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/content/zh/docs3-v2/java-sdk/quick-start/spring-boot.md
b/content/zh/docs3-v2/java-sdk/quick-start/spring-boot.md
index 0fcd0119c9a..66b3ff3ce57 100755
--- a/content/zh/docs3-v2/java-sdk/quick-start/spring-boot.md
+++ b/content/zh/docs3-v2/java-sdk/quick-start/spring-boot.md
@@ -10,7 +10,7 @@ description: "示例演示了如何使用 Spring Boot 方式快速开发 Dubbo
> Dubbo
> 还提供了包括[XML](../../reference-manual/config/xml)、[API](../../reference-manual/config/api)等多种启动与接入方式,更多开发方式和配置细节可参见[配置手册](../../reference-manual/config/)。
## 下载示例代码
-完整示例代码在
[dubbo-samples](https://github.com/apache/dubbo-samples/tree/master/dubbo-samples-spring-boot)
中。
+完整示例代码在
[dubbo-samples](https://github.com/apache/dubbo-samples/tree/master/1-basic/dubbo-samples-spring-boot)
中。
1. 下载源码
```shell script