From d89e41fc99496f5f25219712b83adbc22e9b4b58 Mon Sep 17 00:00:00 2001 From: Feng Xiao Date: Thu, 7 Jan 2016 13:59:55 -0800 Subject: [PATCH] Fix the link to protoc installation instructions. To install protoc, users should follow instructions in the README.md file (INSTALL.txt has been removed because it misses crucial info and confuses users). --- examples/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/README.md b/examples/README.md index aea0f020..b65f8c5e 100644 --- a/examples/README.md +++ b/examples/README.md @@ -43,7 +43,7 @@ $ greeter_client OPTIONAL - Rebuilding the generated code ---------------------------------------- -1 First [install protoc](https://github.com/google/protobuf/blob/master/INSTALL.txt) +1 First [install protoc](https://github.com/google/protobuf/blob/master/README.md) - For now, this needs to be installed from source - This is will change once proto3 is officially released