You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by al...@apache.org on 2019/09/29 03:39:09 UTC

[dubbo-go] branch develop updated: Update README.md

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

alexstocks pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/dubbo-go.git


The following commit(s) were added to refs/heads/develop by this push:
     new 7b0b8a0  Update README.md
     new 775dda6  Merge pull request #229 from amudong/develop
7b0b8a0 is described below

commit 7b0b8a07079de8ee0f2ce8f0f39f612ef07e380b
Author: amudong <xi...@gmail.com>
AuthorDate: Sat Sep 28 21:43:02 2019 +0800

    Update README.md
---
 README.md    | 2 +-
 README_CN.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index c5ad2f3..198edc7 100644
--- a/README.md
+++ b/README.md
@@ -60,7 +60,7 @@ TODO
 
 ## Quick Start
 
-The subdirectory examples shows how to use dubbo-go. Please read the [examples/README.md](https://github.com/apache/dubbo-go/blob/develop/examples/README.md) carefully to learn how to dispose the configuration and compile the program.
+[dubbogo-samples](https://github.com/dubbogo/dubbogo-samples) shows how to use dubbo-go. Please read the [dubbogo-samples/README.md](https://github.com/dubbogo/dubbogo-samples/blob/master/README.md) carefully to learn how to dispose the configuration and compile the program.
 
 ## Running unit tests
 
diff --git a/README_CN.md b/README_CN.md
index 266d1d0..e0d922c 100644
--- a/README_CN.md
+++ b/README_CN.md
@@ -60,7 +60,7 @@ TODO
 
 ## 快速开始 ##
 
-这个子目录下的例子展示了如何使用 dubbo-go 。请仔细阅读 [examples/README.md](https://github.com/apache/dubbo-go/blob/develop/examples/README.md) 学习如何处理配置并编译程序。
+[dubbogo-samples](https://github.com/dubbogo/dubbogo-samples)这个项目的事例展示了如何使用 dubbo-go 。请仔细阅读 [dubbogo-samples/README.md](https://github.com/dubbogo/dubbogo-samples/blob/master/README.md) 学习如何处理配置并编译程序。
 
 ## 运行单测