Skip to content

Commit

Permalink
examples: fix the quickstart link in the routeguide example (#7162)
Browse files Browse the repository at this point in the history
  • Loading branch information
arjan-bal committed Apr 25, 2024
1 parent 750e1de commit dd953fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/gotutorial.md
Expand Up @@ -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
Expand Down

0 comments on commit dd953fd

Please sign in to comment.