aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/cpp/helloworld
diff options
context:
space:
mode:
authorGravatar Stanley Cheung <stanleycheung@google.com>2016-03-03 13:53:49 -0800
committerGravatar Stanley Cheung <stanleycheung@google.com>2016-03-03 14:58:48 -0800
commit6dd3c707c2dd921288a82ec9813d41b567ff07b6 (patch)
treec7016740c1409c983ffd8971a2763d6daaa985be /examples/cpp/helloworld
parent7db77f84422fec9f1361c100397cfef17f84ca8c (diff)
Update base INSTALL to markdown and remove outdated content
Diffstat (limited to 'examples/cpp/helloworld')
-rw-r--r--examples/cpp/helloworld/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/cpp/helloworld/README.md b/examples/cpp/helloworld/README.md
index 90f3d6b147..8e11f7cdf3 100644
--- a/examples/cpp/helloworld/README.md
+++ b/examples/cpp/helloworld/README.md
@@ -2,7 +2,7 @@
### Install gRPC
Make sure you have installed gRPC on your system. Follow the instructions here:
-[https://github.com/grpc/grpc/blob/master/INSTALL](../../../INSTALL).
+[https://github.com/grpc/grpc/blob/master/INSTALL](../../../INSTALL.md).
### Get the tutorial source code