fixed broken link to old tutorial location

This commit is contained in:
LisaFC
2015-09-08 14:23:55 +01:00
parent 6b6127d8c6
commit 535f5d0f45

View File

@ -2,7 +2,7 @@
The route guide server and client demonstrate how to use grpc go libraries to The route guide server and client demonstrate how to use grpc go libraries to
perform unary, client streaming, server streaming and full duplex RPCs. perform unary, client streaming, server streaming and full duplex RPCs.
Please refer to [Getting Started Guide for Go] (examples/gotutorial.md) for more information. Please refer to [gRPC Basics: Go] (http://www.grpc.io/docs/tutorials/basic/go.html) for more information.
See the definition of the route guide service in proto/route_guide.proto. See the definition of the route guide service in proto/route_guide.proto.