Fix grpc basics link in route_guide example (#1713)

This commit is contained in:
cmceniry 2017-12-06 15:11:16 -08:00 committed by Menghan Li
parent b7dc71e7ea
commit 580defabfe
1 changed files with 1 additions and 1 deletions

View File

@ -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.