examples: fix the quickstart link in the routeguide example (#7162)

diff --git a/examples/gotutorial.md b/examples/gotutorial.md
index 2f209fa..10843f6 100644
--- a/examples/gotutorial.md
+++ b/examples/gotutorial.md
@@ -28,7 +28,7 @@
 $ 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