We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29384d5 commit 99e4b3aCopy full SHA for 99e4b3a
stub/src/main/java/io/grpc/stub/package-info.java
@@ -22,7 +22,8 @@
22
*
23
* <p>In the most common case of gRPC over Protocol Buffers, stub classes are automatically
24
* 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>.
+ * href="https://grpc.io/docs/reference/java/generated-code.html">gRPC Java Generated Code Guide</a>
26
+ * .
27
28
* <p>The server side stub classes are abstract classes with RPC methods for the server application
29
* to implement/override. These classes internally use {@link io.grpc.stub.ServerCalls} to interact
0 commit comments