From d02394cbcd9ed0eabefec7c8c8f198f3f7f1971d Mon Sep 17 00:00:00 2001 From: Albumen Kevin Date: Wed, 9 Aug 2023 17:29:36 +0800 Subject: [PATCH] Fix broken link --- .../en/docs3-v2/java-sdk/reference-manual/protocol/grpc.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/docs3-v2/java-sdk/reference-manual/protocol/grpc.md b/content/en/docs3-v2/java-sdk/reference-manual/protocol/grpc.md index f07415370a95..17e07a74c913 100644 --- a/content/en/docs3-v2/java-sdk/reference-manual/protocol/grpc.md +++ b/content/en/docs3-v2/java-sdk/reference-manual/protocol/grpc.md @@ -24,11 +24,11 @@ You can consider enabling the gRPC protocol. ## How to use ### Using gRPC in Dubbo -[Example](https://github.com/apache/dubbo-samples/tree/master/3-extensions/99-integration/dubbo-samples-grpc) +[Example](https://github.com/apache/dubbo-samples/tree/master/99-integration/dubbo-samples-grpc) ### steps 1. Define a service using IDL 2. Configure the compiler plug-in, precompile locally 3. Configure to expose/reference Dubbo service -> In addition to the native StreamObserver interface type, Dubbo also supports [RxJava](https://github.com/apache/dubbo-samples/tree/master/3-extensions/99-integration/dubbo-samples-grpc/dubbo-samples-rxjava), [Reactor](https://github.com/apache/dubbo-samples/tree/master/3-extensions/99-integration/dubbo-samples-grpc/dubbo-samples-reactor) programming style API. +> In addition to the native StreamObserver interface type, Dubbo also supports [RxJava](https://github.com/apache/dubbo-samples/tree/master/99-integration/dubbo-samples-grpc/dubbo-samples-rxjava), [Reactor](https://github.com/apache/dubbo-samples/tree/master/99-integration/dubbo-samples-grpc/dubbo-samples-reactor) programming style API.