doc: update external link

This commit is contained in:
ZHANG Dapeng 2017-07-12 16:31:55 -07:00 committed by GitHub
parent 68d73fa4d6
commit 29befc131d
1 changed files with 2 additions and 1 deletions

View File

@ -22,7 +22,8 @@
*
* <p>In the most common case of gRPC over Protocol Buffers, stub classes are automatically
* generated from service definition .proto files by the Protobuf compiler. See <a
* 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>
* .
*
* <p>The server side stub classes are abstract classes with RPC methods for the server application
* to implement/override. These classes internally use {@link io.grpc.stub.ServerCalls} to interact