You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by li...@apache.org on 2020/01/09 08:03:43 UTC

[dubbo-website] branch master updated: fix: (zh-cn) dubbo-101.md link failed (#554)

This is an automated email from the ASF dual-hosted git repository.

lixiaojie 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 15c5980  fix: (zh-cn) dubbo-101.md link failed (#554)
15c5980 is described below

commit 15c5980839ad45ca774d07d103fa0e2e361c3631
Author: withthewind <wi...@aliyun.com>
AuthorDate: Thu Jan 9 16:03:37 2020 +0800

    fix: (zh-cn) dubbo-101.md link failed (#554)
---
 blog/zh-cn/dubbo-101.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/blog/zh-cn/dubbo-101.md b/blog/zh-cn/dubbo-101.md
index d25e833..c2ae952 100644
--- a/blog/zh-cn/dubbo-101.md
+++ b/blog/zh-cn/dubbo-101.md
@@ -185,18 +185,18 @@ public class Application {
 
 ### 运行
 
-完整的示例在 https://github.com/dubbo/dubbo-samples/tree/master/dubbo-samples-api 上提供。在完整的示例中,由于配置了 *exec-maven-plugin*,可以很方便的在命令行下通过 maven 的方式执行。当然,您也可以在 IDE 里直接执行,但是需要注意的是,由于使用了组播的方式来发现服务,运行时需要指定 *-Djava.net.preferIPv4Stack=true*。 
+完整的示例在 https://github.com/apache/dubbo-samples/tree/master/java/dubbo-samples-api 上提供。在完整的示例中,由于配置了 *exec-maven-plugin*,可以很方便的在命令行下通过 maven 的方式执行。当然,您也可以在 IDE 里直接执行,但是需要注意的是,由于使用了组播的方式来发现服务,运行时需要指定 *-Djava.net.preferIPv4Stack=true*。 
 
 #### 构建示例
 
 通过以下的命令来同步示例代码并完成构建:
 
-1. 同步代码:git clone https://github.com/dubbo/dubbo-samples.git
+1. 同步代码:git clone https://github.com/apache/dubbo-samples.git
 2. 构建:mvn clean package
 
 ```bash
-$ git clone https://github.com/dubbo/dubbo-samples.git
-$ cd dubbo-samples/dubbo-samples-api/
+$ git clone https://github.com/apache/dubbo-samples.git
+$ cd dubbo-samples/java/dubbo-samples-api/
 $ mvn clean package
 INFO] Scanning for projects...
 [INFO]