io2015-codelabs icon indicating copy to clipboard operation
io2015-codelabs copied to clipboard

Links in this codelab results in 404s

Open erisod opened this issue 9 years ago • 1 comments
trafficstars

Both of these links return 404s from Github.

gRPC C++ library : https://github.com/grpc/grpc/blob/master/INSTALL Protobuf C++ library >= 3.0.0-alpha-2 : https://github.com/google/protobuf/blob/master/INSTALL.txt

erisod avatar Apr 10 '16 07:04 erisod

I believe the correct links are: gRPC C++ library: https://github.com/grpc/grpc/blob/master/INSTALL.md

And Protobuf C++ library: https://github.com/google/protobuf/blob/master/src/README.md

claywilkinson avatar Apr 11 '16 18:04 claywilkinson