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

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


The following commit(s) were added to refs/heads/master by this push:
     new 2888797012e Fix check (#1701)
2888797012e is described below

commit 2888797012efa7f1710dcd295737b3725320dc40
Author: mfordjody <[email protected]>
AuthorDate: Fri Dec 9 10:44:42 2022 +0800

    Fix check (#1701)
---
 .../zh/blog/java/demos/dubbo-supporting-grpc-http2-and-protobuf.md  | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git 
a/content/zh/blog/java/demos/dubbo-supporting-grpc-http2-and-protobuf.md 
b/content/zh/blog/java/demos/dubbo-supporting-grpc-http2-and-protobuf.md
index 92abf878b2b..bc30722fc57 100644
--- a/content/zh/blog/java/demos/dubbo-supporting-grpc-http2-and-protobuf.md
+++ b/content/zh/blog/java/demos/dubbo-supporting-grpc-http2-and-protobuf.md
@@ -154,7 +154,7 @@ service SearchService {
 
 [gRPC](https://grpc.io/) 是 Google 开源的构建在 HTTP/2 之上的一个 PRC 通信协议。Dubbo 
依赖其灵活的协议扩展机制,增加了对 gRPC (HTTP/2) 协议的支持。
 
-目前的支持限定在 Dubbo Java 语言版本,后续 Go 
语言或其他语言版本将会以类似方式提供支持。下面,通过一个[简单的示例](https://github.com/apache/dubbo-samples/tree/master/dubbo-samples-grpc)来演示如何在
 Dubbo 中使用 gRPC 协议通信。
+目前的支持限定在 Dubbo Java 语言版本,后续 Go 
语言或其他语言版本将会以类似方式提供支持。下面,通过一个[简单的示例](https://github.com/apache/dubbo-samples/tree/master/3-extensions/protocol/dubbo-samples-grpc)来演示如何在
 Dubbo 中使用 gRPC 协议通信。
 
 #### 1. 定义服务 IDL
 
@@ -520,7 +520,7 @@ 
default=org.apache.dubbo.samples.basic.comtomize.MyGrpcConfigurator
 
 ### 示例 2, 使用 Protobuf 开发 Dubbo 服务
 
-下面,我们以一个[具体的示例](https://github.com/apache/dubbo-samples/tree/master/dubbo-samples-protobuf)来看一下基于
 Protobuf 的 Dubbo 服务开发流程。
+下面,我们以一个[具体的示例](https://github.com/apache/dubbo-samples/tree/master/3-extensions/serialization/dubbo-samples-protobuf)来看一下基于
 Protobuf 的 Dubbo 服务开发流程。
 
 
 
@@ -588,7 +588,7 @@ message HelloReply {
 </plugin>
 ```
 
-注意,这里与 [Dubbo 对 
gRPC](https://github.com/apache/dubbo-samples/tree/master/dubbo-samples-grpc) 
支持部分的区别在于: 
+注意,这里与 [Dubbo 对 
gRPC](https://github.com/apache/dubbo-samples/tree/master/3-extensions/protocol/dubbo-samples-grpc)
 支持部分的区别在于: 
 ` <pluginParameter>dubbo</pluginParameter>` 
 
 2. 生成 Dubbo stub

Reply via email to