Skip to content

Commit

Permalink
doc: update external link
Browse files Browse the repository at this point in the history
  • Loading branch information
dapengzhang0 authored Jul 12, 2017
1 parent 68d73fa commit 29befc1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion stub/src/main/java/io/grpc/stub/package-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 29befc1

Please sign in to comment.