diff --git a/examples/cpp/cpptutorial.md b/examples/cpp/cpptutorial.md
index c06233aa6b0a9c1f6a5fefa07c1f573042226db9..78de014f97d1978b4195dca5b84306fc66a8375c 100644
--- a/examples/cpp/cpptutorial.md
+++ b/examples/cpp/cpptutorial.md
@@ -28,7 +28,7 @@ Then change your current directory to `examples/cpp/route_guide`:
 $ cd examples/cpp/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 C++ quick start guide](examples/cpp).
+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 [gRPC in 3 minutes](README.md).
 
 
 ## Defining the service