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

alexstocks 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 0935a8e54 update icsoc logo
0935a8e54 is described below

commit 0935a8e5405c877dd16c7003115ee8b0f32476e3
Author: AlexStocks <[email protected]>
AuthorDate: Sat May 28 14:46:17 2022 +0800

    update icsoc logo
---
 README.md    | 8 ++++----
 README_CN.md | 8 ++++----
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/README.md b/README.md
index bc487b20d..d97918d09 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
 
 ![](https://dubbogo.github.io/img/dubbogo-3.0-invocation.png)
 
-Dubbo-go has supported many RPC protocol, like Triple, Dubbo JSONRPC, gRPC, 
HTTP, HTTP2. 
+Dubbo-go has supported many RPC protocol, like Triple, Dubbo JSONRPC, gRPC, 
HTTP, HTTP2.
 
 - Triple is the supported protocol of Dubbo3 ecology, and is gRPC extended 
protocol based on HTTP2, which is compatible with gRPC service.In other words, 
**on the basis of gRPC's reliable invocation, it adds Dubbo's service 
governance capability.**
 - Dubbo protocol  is tradition Dubbo ecology protocol, which is capitable with 
dubbo 2.x, and is a good choice for cross-language invocation between GO and 
Java old service.
@@ -168,7 +168,7 @@ If you are using 
[apache/dubbo-go](https://github.com/apache/dubbo-go) and think
       </td>
       <td align="center"  valign="middle">
         <a href="https://www.icsoc.net/"; target="_blank">
-          <img width="222px"  
src="https://oss.icsoc.net/icsoc-ekt-test-files/icsoc.png";>
+          <img width="222px"  src="https://help.icsoc.net/img/icsoc-logo.png";>
         </a>
       </td>
     </tr>
@@ -198,7 +198,7 @@ If you are using 
[apache/dubbo-go](https://github.com/apache/dubbo-go) and think
           <a href="https://www.autohome.com.cn"; target="_blank">
              <img width="222px"  
src="https://avatars.githubusercontent.com/u/18279051?s=200&v=4";>
           </a>
-      </td>      
+      </td>
     </tr>
     <tr></tr>
     <tr>
@@ -206,7 +206,7 @@ If you are using 
[apache/dubbo-go](https://github.com/apache/dubbo-go) and think
         <a href="https://www.mi.com/"; target="_blank">
           <img width="222px"  
src="https://s02.mifile.cn/assets/static/image/logo-mi2.png";>
         </a>
-      </td>  
+      </td>
       <td align="center"  valign="middle">
         <a href="https://opayweb.com/"; target="_blank">
           <img width="222px"  
src="https://open.opayweb.com/static/img/[email protected]";>
diff --git a/README_CN.md b/README_CN.md
index e088d07c1..a87921bf1 100644
--- a/README_CN.md
+++ b/README_CN.md
@@ -26,7 +26,7 @@ Dubbo-go 生态覆盖多种网络协议:Triple、Dubbo、JSONRPC、gRPC、HTTP
 
 ![](https://dubbogo.github.io/img/devops.png)
 
-- **注册中心**: 
+- **注册中心**:
 
   支持 Nacos(阿里开源) 、Zookeeper、ETCD、Consul、Polaris-mesh(腾讯开源) 
等服务注册中间件,并拥有可扩展能力。我们也会根据用户使用情况,进一步扩展出用户需要的实现。
 
@@ -175,7 +175,7 @@ Dubbo-go 生态覆盖多种网络协议:Triple、Dubbo、JSONRPC、gRPC、HTTP
       </td>
       <td align="center"  valign="middle">
         <a href="https://www.icsoc.net/"; target="_blank">
-          <img width="222px"  
src="https://oss.icsoc.net/icsoc-ekt-test-files/icsoc.png";>
+          <img width="222px"  src="https://help.icsoc.net/img/icsoc-logo.png";>
         </a>
       </td>
     </tr>
@@ -205,7 +205,7 @@ Dubbo-go 生态覆盖多种网络协议:Triple、Dubbo、JSONRPC、gRPC、HTTP
           <a href="https://www.autohome.com.cn"; target="_blank">
              <img width="222px"  
src="https://avatars.githubusercontent.com/u/18279051?s=200&v=4";>
           </a>
-      </td>       
+      </td>
     </tr>
     <tr></tr>
     <tr>
@@ -213,7 +213,7 @@ Dubbo-go 生态覆盖多种网络协议:Triple、Dubbo、JSONRPC、gRPC、HTTP
         <a href="https://www.mi.com/"; target="_blank">
           <img width="222px"  
src="https://s02.mifile.cn/assets/static/image/logo-mi2.png";>
         </a>
-      </td>  
+      </td>
       <td align="center"  valign="middle">
         <a href="https://opayweb.com/"; target="_blank">
           <img width="222px"  
src="https://open.opayweb.com/static/img/[email protected]";>

Reply via email to