aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/cpp
diff options
context:
space:
mode:
authorGravatar yang-g <yangg@google.com>2015-08-28 14:29:53 -0700
committerGravatar yang-g <yangg@google.com>2015-08-28 14:29:53 -0700
commitbcebb5d230611f530ae8daaeb172bc896d0ec39b (patch)
treebedc93c386899ab540e77e9218542c1ed32cd42f /examples/cpp
parent92806a51ba419428c0e4a126e916860b0225c492 (diff)
fix link
Diffstat (limited to 'examples/cpp')
-rw-r--r--examples/cpp/cpptutorial.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/cpp/cpptutorial.md b/examples/cpp/cpptutorial.md
index c06233aa6b..78de014f97 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