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 3cad2cb795e fix link in quick start
3cad2cb795e is described below
commit 3cad2cb795e01e4ab4a60ed8cfffe5878b3c184f
Author: chickenlj <[email protected]>
AuthorDate: Wed Sep 18 10:15:37 2024 +0800
fix link in quick start
---
content/zh-cn/overview/mannual/java-sdk/quick-start/starter.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/content/zh-cn/overview/mannual/java-sdk/quick-start/starter.md
b/content/zh-cn/overview/mannual/java-sdk/quick-start/starter.md
index 0f99f5ae0c3..c11f901c419 100644
--- a/content/zh-cn/overview/mannual/java-sdk/quick-start/starter.md
+++ b/content/zh-cn/overview/mannual/java-sdk/quick-start/starter.md
@@ -21,7 +21,7 @@ unzip dubbo-quickstart
cd dubbo-quickstart/quickstart-service
````
{{% alert title="提示" color="info" %}}
-本项目源码在 Dubbo Github 示例仓库中维护
[https://github.com/apache/dubbo-samples/dubbo-quickstart](https://github.com/apache/dubbo-samples/dubbo-quickstart)
+本项目源码在 Dubbo Github 示例仓库中维护
[https://github.com/apache/dubbo-samples](https://github.com/apache/dubbo-samples/tree/master/11-quickstart)
{{% /alert %}}
## 本地启动应用