From d6d36b33b1a23189ed27c5cc319d1188864b893a Mon Sep 17 00:00:00 2001 From: LisaFC Date: Tue, 24 Mar 2015 14:36:43 +0000 Subject: [PATCH] Update gotutorial.md Fixed broken link --- go/gotutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go/gotutorial.md b/go/gotutorial.md index 4f7cdcc..d697205 100644 --- a/go/gotutorial.md +++ b/go/gotutorial.md @@ -282,7 +282,7 @@ To build and start a server, we: ## Creating the client -In this section, we'll look at creating a Go client for our `RouteGuide` service. You can see our complete example client code in [grpc-go/examples/route_guide/client/client.go](https://github.com/grpc/grpc-go/tree/master/examples/route_guide/server/client.go). +In this section, we'll look at creating a Go client for our `RouteGuide` service. You can see our complete example client code in [grpc-go/examples/route_guide/client/client.go](https://github.com/grpc/grpc-go/tree/master/examples/route_guide/client/client.go). ### Creating a stub