aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/cpp/README.md
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/README.md
parent7db77f84422fec9f1361c100397cfef17f84ca8c (diff)
Update base INSTALL to markdown and remove outdated content
Diffstat (limited to 'examples/cpp/README.md')
-rw-r--r--examples/cpp/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/cpp/README.md b/examples/cpp/README.md
index 85c495099b..979ba55dbb 100644
--- a/examples/cpp/README.md
+++ b/examples/cpp/README.md
@@ -2,7 +2,7 @@
## Installation
-To install gRPC on your system, follow the instructions [here](../../INSTALL).
+To install gRPC on your system, follow the instructions [here](../../INSTALL.md).
## Hello C++ gRPC!