mirror of https://github.com/grpc/grpc-go.git
Fix grpc basics link in route_guide example (#1713)
This commit is contained in:
parent
b7dc71e7ea
commit
580defabfe
|
|
@ -2,7 +2,7 @@
|
|||
The route guide server and client demonstrate how to use grpc go libraries to
|
||||
perform unary, client streaming, server streaming and full duplex RPCs.
|
||||
|
||||
Please refer to [gRPC Basics: Go] (https://grpc.io/docs/tutorials/basic/go.html) for more information.
|
||||
Please refer to [gRPC Basics: Go](https://grpc.io/docs/tutorials/basic/go.html) for more information.
|
||||
|
||||
See the definition of the route guide service in routeguide/route_guide.proto.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue