You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by je...@apache.org on 2018/10/15 09:40:24 UTC

[incubator-dubbo-website] branch asf-site updated: Fix incorrect diagram of dubbo protocol header (#163)

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

jerrick 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 b44668b  Fix incorrect diagram of dubbo protocol header (#163)
b44668b is described below

commit b44668bb527c8b5b22c6edc50fdbccec5b0063db
Author: tianqian.zyf <44...@qq.com>
AuthorDate: Mon Oct 15 17:40:20 2018 +0800

    Fix incorrect diagram of dubbo protocol header (#163)
---
 docs/en-us/dev/implementation.md                        |   2 +-
 docs/en-us/dev/sources/images/dubbo_protocol_header.jpg | Bin 91915 -> 0 bytes
 docs/en-us/dev/sources/images/dubbo_protocol_header.png | Bin 0 -> 74833 bytes
 docs/zh-cn/dev/implementation.md                        |   2 +-
 docs/zh-cn/dev/sources/images/dubbo_protocol_header.jpg | Bin 91915 -> 0 bytes
 docs/zh-cn/dev/sources/images/dubbo_protocol_header.png | Bin 0 -> 74833 bytes
 6 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/en-us/dev/implementation.md b/docs/en-us/dev/implementation.md
index ae890d2..98a4090 100644
--- a/docs/en-us/dev/implementation.md
+++ b/docs/en-us/dev/implementation.md
@@ -134,7 +134,7 @@ The above class would be encapsulated to be a `AbstractProxyInvoker` instance, a
 
 ### Protocol header agreement
 
-![/dev-guide/images/dubbo_protocol_header.jpg](sources/images/dubbo_protocol_header.jpg)
+![/dev-guide/images/dubbo_protocol_header.jpg](sources/images/dubbo_protocol_header.png)
 
 ### Thread dispatch model
 
diff --git a/docs/en-us/dev/sources/images/dubbo_protocol_header.jpg b/docs/en-us/dev/sources/images/dubbo_protocol_header.jpg
deleted file mode 100644
index c48ddb4..0000000
Binary files a/docs/en-us/dev/sources/images/dubbo_protocol_header.jpg and /dev/null differ
diff --git a/docs/en-us/dev/sources/images/dubbo_protocol_header.png b/docs/en-us/dev/sources/images/dubbo_protocol_header.png
new file mode 100644
index 0000000..c1daac3
Binary files /dev/null and b/docs/en-us/dev/sources/images/dubbo_protocol_header.png differ
diff --git a/docs/zh-cn/dev/implementation.md b/docs/zh-cn/dev/implementation.md
index 014bbed..c1f664b 100644
--- a/docs/zh-cn/dev/implementation.md
+++ b/docs/zh-cn/dev/implementation.md
@@ -134,7 +134,7 @@ public class DemoServiceImpl implements DemoService {
 
 ### 协议头约定
 
-![/dev-guide/images/dubbo_protocol_header.jpg](sources/images/dubbo_protocol_header.jpg)
+![/dev-guide/images/dubbo_protocol_header.jpg](sources/images/dubbo_protocol_header.png)
 
 ### 线程派发模型
 
diff --git a/docs/zh-cn/dev/sources/images/dubbo_protocol_header.jpg b/docs/zh-cn/dev/sources/images/dubbo_protocol_header.jpg
deleted file mode 100644
index c48ddb4..0000000
Binary files a/docs/zh-cn/dev/sources/images/dubbo_protocol_header.jpg and /dev/null differ
diff --git a/docs/zh-cn/dev/sources/images/dubbo_protocol_header.png b/docs/zh-cn/dev/sources/images/dubbo_protocol_header.png
new file mode 100644
index 0000000..c1daac3
Binary files /dev/null and b/docs/zh-cn/dev/sources/images/dubbo_protocol_header.png differ