fixed broken link to helloworld.proto

This commit is contained in:
LisaFC
2015-09-21 15:31:59 +01:00
parent 5e5f5df2bb
commit 66a18cfe4f

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](examples/helloworld/proto/helloworld.proto).
For this sample, we've already generated the server and client stubs from [helloworld.proto](helloworld/helloworld/helloworld.proto).
PREREQUISITES
-------------