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 e54d449a08f Fix check (#1649)
e54d449a08f is described below
commit e54d449a08fbf2afae3c76099c418fe4de01575b
Author: mfordjody <[email protected]>
AuthorDate: Mon Dec 5 10:43:04 2022 +0800
Fix check (#1649)
---
content/zh/docs3-v2/java-sdk/reference-manual/protocol/grpc.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/content/zh/docs3-v2/java-sdk/reference-manual/protocol/grpc.md
b/content/zh/docs3-v2/java-sdk/reference-manual/protocol/grpc.md
index 34af082802a..0241b1a1a81 100644
--- a/content/zh/docs3-v2/java-sdk/reference-manual/protocol/grpc.md
+++ b/content/zh/docs3-v2/java-sdk/reference-manual/protocol/grpc.md
@@ -25,11 +25,11 @@ Dubbo 自 2.7.5 版本开始支持 gRPC 协议,对于计划使用 HTTP/2 通
## 使用方式
### 在 Dubbo 中使用 gRPC
-[示例](https://github.com/apache/dubbo-samples/tree/master/dubbo-samples-grpc)
+[示例](https://github.com/apache/dubbo-samples/tree/master/3-extensions/protocol/dubbo-samples-grpc)
### 步骤
1. 使用 IDL 定义服务
2. 配置 compiler 插件,本地预编译
3. 配置暴露/引用 Dubbo 服务
-> 除了原生 StreamObserver 接口类型之外,Dubbo 还支持
[RxJava](https://github.com/apache/dubbo-samples/tree/master/dubbo-samples-grpc/dubbo-samples-rxjava)、[Reactor](https://github.com/apache/dubbo-samples/tree/master/dubbo-samples-grpc/dubbo-samples-reactor)
编程风格的 API。
+> 除了原生 StreamObserver 接口类型之外,Dubbo 还支持
[RxJava](https://github.com/apache/dubbo-samples/tree/master/3-extensions/protocol/dubbo-samples-grpc/dubbo-samples-rxjava)、[Reactor](https://github.com/apache/dubbo-samples/tree/master/3-extensions/protocol/dubbo-samples-grpc/dubbo-samples-reactor)
编程风格的 API。