This is an automated email from the ASF dual-hosted git repository.
wangxin pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/incubator-dubbo-website.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 4932f1b Update quick-start.md (#157)
4932f1b is described below
commit 4932f1b19af4bf23c7b1cd8b18251b8ccb9a26d4
Author: agmtopy <[email protected]>
AuthorDate: Sat Sep 29 14:32:44 2018 +0800
Update quick-start.md (#157)
edit quick-start.md
[示例消费者安装] link change
---
docs/zh-cn/user/quick-start.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/zh-cn/user/quick-start.md b/docs/zh-cn/user/quick-start.md
index 44f1ff1..757cb8a 100644
--- a/docs/zh-cn/user/quick-start.md
+++ b/docs/zh-cn/user/quick-start.md
@@ -89,7 +89,7 @@ public class Provider {
## 服务消费者
-完整安装步骤,请参见:[示例消费者安装](http://dubbo.apache.org/books/dubbo-admin-book/install/consumer-demo.html)
+完整安装步骤,请参见:[示例消费者安装](../admin/install/consumer-demo.md)
### 通过 Spring 配置引用远程服务