Skip to content

Commit 99e4b3a

Browse files
committed
doc: update external link
1 parent 29384d5 commit 99e4b3a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

stub/src/main/java/io/grpc/stub/package-info.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@
2222
*
2323
* <p>In the most common case of gRPC over Protocol Buffers, stub classes are automatically
2424
* generated from service definition .proto files by the Protobuf compiler. See <a
25-
* href="https://grpc.io/docs/generatedcode/java.html">gRPC Java Generated Code Guide</a>.
25+
* href="https://grpc.io/docs/reference/java/generated-code.html">gRPC Java Generated Code Guide</a>
26+
* .
2627
*
2728
* <p>The server side stub classes are abstract classes with RPC methods for the server application
2829
* to implement/override. These classes internally use {@link io.grpc.stub.ServerCalls} to interact

0 commit comments

Comments
 (0)