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 d8312a92f4c Update spring-boot.md (#1644)
d8312a92f4c is described below
commit d8312a92f4c02e127c6f3a3e321f81086ff744bb
Author: wxbty <[email protected]>
AuthorDate: Mon Dec 5 10:44:20 2022 +0800
Update spring-boot.md (#1644)
---
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 ea76d4451b9..0fcd0119c9a 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
@@ -18,7 +18,7 @@ git clone -b master
https://github.com/apache/dubbo-samples.git
```
2. 进入示例目录
```shell script
-cd dubbo-samples/dubbo-samples-spring-boot
+cd dubbo-samples/1-basic/dubbo-samples-spring-boot
ls # 查看目录结构
```