From d16c8ab71b546e557eb781ea9702386aaae14beb Mon Sep 17 00:00:00 2001
From: Elliott Clark
src/main/protobuf
definition files.
See under src/main/protobuf
for instruction on how to generate the content under
diff --git a/hbase-protocol/README.txt b/hbase-protocol/README.txt
index b67f0c3ca59..e651411bf64 100644
--- a/hbase-protocol/README.txt
+++ b/hbase-protocol/README.txt
@@ -5,7 +5,7 @@ and then checked in. The reasoning is that they change infrequently.
To regenerate the classes after making definition file changes, ensure first that
the protobuf protoc tool is in your $PATH (You may need to download it and build
it first; its part of the protobuf package obtainable from here:
-http://code.google.com/p/protobuf/downloads/list).
+https://github.com/google/protobuf/releases/tag/v2.5.0).
HBase uses hadoop-maven-plugins:protoc goal to invoke the protoc command. You can
compile the protoc definitions by invoking maven with profile compile-protobuf or