This is an automated email from the ASF dual-hosted git repository.
mercyblitz pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/incubator-dubbo-spring-boot-project.git
The following commit(s) were added to refs/heads/master by this push:
new ac4eeac Update README [user guide] link (#348)
ac4eeac is described below
commit ac4eeacff0425a3840b1fd578ceed94ff3026754
Author: 刘广明 <[email protected]>
AuthorDate: Tue Jan 22 08:58:33 2019 +0800
Update README [user guide] link (#348)
---
README.md | 2 +-
README_CN.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 34ca0d3..e7afdad 100644
--- a/README.md
+++ b/README.md
@@ -111,7 +111,7 @@ If you'd like to attempt to experience latest features, you
also can build from
## Getting Started
-If you don't know about Dubbo, please take a few minutes to learn
http://dubbo.apache.org/. After that you could dive deep into dubbo [user
guide](http://dubbo.apache.org/books/dubbo-user-book-en/).
+If you don't know about Dubbo, please take a few minutes to learn
http://dubbo.apache.org/. After that you could dive deep into dubbo [user
guide](http://dubbo.apache.org/en-us/docs/user/quick-start.html).
Usually, There are two usage scenarios for Dubbo applications, one is Dubbo
service(s) provider, another is Dubbo service(s) consumer, thus let's get a
quick start on them.
diff --git a/README_CN.md b/README_CN.md
index 85a320d..aa50001 100644
--- a/README_CN.md
+++ b/README_CN.md
@@ -87,7 +87,7 @@
## 快速开始
-如果您对 Dubbo 不是非常了解,耽误您几分钟访问 http://dubbo.apache.org/
。了解后,如果你期望更深入的探讨,可以移步[用户手册](http://dubbo.apache.org/books/dubbo-user-book/)。
+如果您对 Dubbo 不是非常了解,耽误您几分钟访问 http://dubbo.apache.org/
。了解后,如果你期望更深入的探讨,可以移步[用户手册](http://dubbo.apache.org/zh-cn/docs/user/quick-start.html)。
通常情况 , Dubbo 应用有两种使用场景 , 其一为 Dubbo 服务提供方 , 另外一个是 Dubbo
服务消费方,当然也允许两者混合,下面我们一起快速开始!