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

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


The following commit(s) were added to refs/heads/3.0 by this push:
     new 6b1d9dd  fix typo and update link
     new 4e6c0e7  Merge pull request #1294 from xavier-niu/doc/readme
6b1d9dd is described below

commit 6b1d9dd506d8c680a5455d7fb9b6240cc426c367
Author: XavierNiu <[email protected]>
AuthorDate: Fri Jul 2 21:07:29 2021 +0800

    fix typo and update link
---
 README.md                         |   4 ++--
 doc/pic/arch/dubbo-go-arch.png    | Bin 190013 -> 0 bytes
 doc/pic/arch/dubbo-go-ext.png     | Bin 194550 -> 0 bytes
 doc/pic/misc/dubbogo-dingding.png | Bin 39890 -> 0 bytes
 doc/pic/misc/dubbogo-wechat.png   | Bin 15414 -> 0 bytes
 5 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 7b35696..8662601 100644
--- a/README.md
+++ b/README.md
@@ -16,7 +16,7 @@ Apache Dubbo-go, a Dubbo implementation written in Golang, is 
born to bridge the
 
 ![dubbo go extend](https://dubbogo.github.io/img/doc/dubbo-go3.0-arch.jpg)
 
-Dubbo-go has been implemented most layers of Dubbo, like protocol layer, 
registry layer, etc. An extension module is applied to Dubbo-go in order to 
achieve a more flexible architecture. Developers are allowed to implement a 
customized layer conformed to the layer interface and use then in Dubbo-go via 
`extension.Set` method without modifying the source code.
+Dubbo-go has been implemented most layers of Dubbo, like protocol layer, 
registry layer, etc. An extension module is applied to Dubbo-go in order to 
achieve a more flexible architecture. Developers are allowed to implement a 
customized layer conformed to the layer interface and use them in Dubbo-go via 
`extension.Set` method without modifying the source code.
 
 ## Features
 
@@ -36,7 +36,7 @@ The features that are available for Dubbo-go are:
 - **Monitor**: Opentracing API, 
[Prometheus](https://github.com/apache/dubbo-go/pull/342)
 - **Tracing**: [For JsonRPC](https://github.com/apache/dubbo-go/pull/335), 
[For Dubbo](https://github.com/apache/dubbo-go/pull/344), [For 
gRPC](https://github.com/apache/dubbo-go/pull/397)
 - **Metadata Center**: 
[Nacos(Local)](https://github.com/apache/dubbo-go/pull/522), 
[ZooKeeper(Local)](https://github.com/apache/dubbo-go/pull/633), 
[etcd(Local)](https://github.com/apache/dubbo-go/blob/9a5990d9a9c3d5e6633c0d7d926c156416bcb931/metadata/report/etcd/report.go),
 [Consul(Local)](https://github.com/apache/dubbo-go/pull/633), 
[ZooKeeper(Remoting)](https://github.com/apache/dubbo-go/pull/1161)
-- **Tool**: [Dubbo-go-cli](https://github.com/apache/dubbo-go/pull/818)
+- **Tool**: [Dubbo-go-cli](https://github.com/dubbogo/tools)
 
 ## Getting started
 
diff --git a/doc/pic/arch/dubbo-go-arch.png b/doc/pic/arch/dubbo-go-arch.png
deleted file mode 100644
index 0a28cb6..0000000
Binary files a/doc/pic/arch/dubbo-go-arch.png and /dev/null differ
diff --git a/doc/pic/arch/dubbo-go-ext.png b/doc/pic/arch/dubbo-go-ext.png
deleted file mode 100644
index b60ecdf..0000000
Binary files a/doc/pic/arch/dubbo-go-ext.png and /dev/null differ
diff --git a/doc/pic/misc/dubbogo-dingding.png 
b/doc/pic/misc/dubbogo-dingding.png
deleted file mode 100644
index dc27d4e..0000000
Binary files a/doc/pic/misc/dubbogo-dingding.png and /dev/null differ
diff --git a/doc/pic/misc/dubbogo-wechat.png b/doc/pic/misc/dubbogo-wechat.png
deleted file mode 100644
index b303da1..0000000
Binary files a/doc/pic/misc/dubbogo-wechat.png and /dev/null differ

Reply via email to