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

iluo 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 a5ce659  Update gRPC.md (#706)
a5ce659 is described below

commit a5ce6593d8a71c14a499b0055c1769489154d430
Author: zhangpeng <[email protected]>
AuthorDate: Fri Jan 15 11:54:27 2021 +0800

    Update gRPC.md (#706)
    
    示例地址错了
---
 content/zh/docs/v2.7/user/references/protocol/gRPC.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/zh/docs/v2.7/user/references/protocol/gRPC.md 
b/content/zh/docs/v2.7/user/references/protocol/gRPC.md
index e69b978..ee13d47 100644
--- a/content/zh/docs/v2.7/user/references/protocol/gRPC.md
+++ b/content/zh/docs/v2.7/user/references/protocol/gRPC.md
@@ -19,7 +19,7 @@ Dubbo 自 2.7.5 版本开始支持 gRPC 协议,对于计划使用 HTTP/2 通
 2. 配置 compiler 插件,本地预编译
 3. 配置暴露/引用 Dubbo 服务
 
-具体可参见以下[示例](https://github.com/apache/dubbo-samples/tree/master/java/dubbo-samples-grpc/dubbo-samples-original)
+具体可参见以下[示例](https://github.com/apache/dubbo-samples/tree/master/dubbo-samples-grpc)
 
 除了原生 StreamObserver 接口类型之外,Dubbo 还支持 
[RxJava](https://github.com/apache/dubbo-samples/tree/master/java/dubbo-samples-grpc/dubbo-samples-rxjava)、[Reactor](https://github.com/apache/dubbo-samples/tree/master/java/dubbo-samples-grpc/dubbo-samples-reactor)
 编程风格的 API
 

Reply via email to