This is an automated email from the ASF dual-hosted git repository.
liujun 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 194feb047f update link
194feb047f is described below
commit 194feb047fc0f96cc35f311946a64b6e28cb8232
Author: chickenlj <[email protected]>
AuthorDate: Tue Jul 26 22:17:01 2022 +0800
update link
---
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 4f6de87c74..ae3e1eecfd 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/dubbo-samples-spring-boot)
中
+完整示例代码在
[dubbo-samples](https://github.com/apache/dubbo-samples/tree/master/dubbo-samples-spring-boot)
中
1. 下载源码
```shell script