From dd953fdc5f348b70cbae4147c994e5215a9cc047 Mon Sep 17 00:00:00 2001 From: Arjan Singh Bal <46515553+arjan-bal@users.noreply.github.com> Date: Thu, 25 Apr 2024 22:42:07 +0530 Subject: [PATCH] examples: fix the quickstart link in the routeguide example (#7162) --- examples/gotutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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