diff --git a/examples/gotutorial.md b/examples/gotutorial.md index 2f209fa47e3..10843f61d05 100644 --- a/examples/gotutorial.md +++ b/examples/gotutorial.md @@ -28,7 +28,7 @@ Then change your current directory to `grpc-go/examples/route_guide`: $ cd $GOPATH/src/google.golang.org/grpc/examples/route_guide ``` -You also should have the relevant tools installed to generate the server and client interface code - if you don't already, follow the setup instructions in [the Go quick start guide](https://github.com/grpc/grpc-go/tree/master/examples/). +Ensure you have the relevant tools installed to generate the server and client interface code. If you don't, follow the setup instructions in [the Go quick start guide](https://grpc.io/docs/languages/go/quickstart). ## Defining the service