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

dlive pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-erlang.git


The following commit(s) were added to refs/heads/master by this push:
     new 854d2ac  rm incubator info & change docs url
854d2ac is described below

commit 854d2acf5b34be39238e3486dd0dc088849ae1f7
Author: DLive <xsxgm...@163.com>
AuthorDate: Wed Jun 19 10:37:20 2019 +0800

    rm incubator info & change docs url
---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 880b154..eccd16b 100644
--- a/README.md
+++ b/README.md
@@ -30,7 +30,7 @@ Start
 Add dubblerl to rebar.config with your project
 ```erlang
 {deps, [
-    {dubboerl, {git, "https://github.com/apache/incubator-dubbo-erlang.git";, 
{branch, "master"}}}
+    {dubboerl, {git, "https://github.com/apache/dubbo-erlang.git";, {branch, 
"master"}}}
 ]}.
 ```
 
@@ -77,5 +77,5 @@ Reference the demo project 
[dubboerl_demo](./samples/dubboerl_demo)
 
 More Documents
 ------
-Reference [Docs](docs/index.md)
+Reference 
[Docs](http://dubbo.apache.org/en-us/docs/user/languages/erlang/start.html)
 

Reply via email to