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:04:42 UTC

[dubbo-website] branch master updated: fix: (en-us) dubbo-101.md link failed (#555)

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 a4c2803  fix: (en-us) dubbo-101.md link failed (#555)
a4c2803 is described below

commit a4c28039f8761c7bf3eff8aea0aaad67cf17465d
Author: withthewind <wi...@aliyun.com>
AuthorDate: Thu Jan 9 16:04:32 2020 +0800

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

diff --git a/blog/en-us/dubbo-101.md b/blog/en-us/dubbo-101.md
index 2d477f0..41f42b7 100644
--- a/blog/en-us/dubbo-101.md
+++ b/blog/en-us/dubbo-101.md
@@ -191,18 +191,18 @@ public class Application {
 
 ### Run
 
-The complete example can be found at https://github.com/dubbo/dubbo-samples/tree/master/dubbo-samples-api. In the complete version, it is convenient to execute by maven in command line with the configuration of *exec-maven-plugin*. Of course, it can also be executed directly in IDE. However, there is one noteworthy thing that because of using assembled way to look up service, it needs to assign *-Djava.net.preferIPv4Stack=true* when running.
+The complete example can be found at https://github.com/apache/dubbo-samples/tree/master/java/dubbo-samples-api. In the complete version, it is convenient to execute by maven in command line with the configuration of *exec-maven-plugin*. Of course, it can also be executed directly in IDE. However, there is one noteworthy thing that because of using assembled way to look up service, it needs to assign *-Djava.net.preferIPv4Stack=true* when running.
 
 #### Build Example
 
 Synchronize the example codes and build by the following command lines:
 
-1. Synchronize the example codes: git clone https://github.com/dubbo/dubbo-samples.git
+1. Synchronize the example codes: git clone https://github.com/apache/dubbo-samples.git
 2. Build: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]