You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by GitBox <gi...@apache.org> on 2018/10/15 09:40:21 UTC

[GitHub] diecui1202 closed pull request #163: Fix incorrect diagram of dubbo protocol header

diecui1202 closed pull request #163: Fix incorrect diagram of dubbo protocol header
URL: https://github.com/apache/incubator-dubbo-website/pull/163
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/docs/en-us/dev/implementation.md b/docs/en-us/dev/implementation.md
index ae890d25..98a4090e 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 c48ddb43..00000000
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 00000000..c1daac33
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 014bbedf..c1f664bf 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 c48ddb43..00000000
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 00000000..c1daac33
Binary files /dev/null and b/docs/zh-cn/dev/sources/images/dubbo_protocol_header.png differ


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org