This commit is contained in:
Stanley Cheung 2015-08-27 15:57:03 -07:00
parent 8740786e5b
commit 1373219acd
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ gRPC in 3 minutes (Go)
BACKGROUND
-------------
For this sample, we've already generated the server and client stubs from [helloworld.proto](https://github.com/grpc/grpc/blob/master/protos/helloworld.proto).
For this sample, we've already generated the server and client stubs from [helloworld.proto](https://github.com/grpc/grpc/blob/master/examples/protos/helloworld.proto).
PREREQUISITES
-------------