From 40b470425546ce027bda4e0844ab9878a76d5355 Mon Sep 17 00:00:00 2001 From: Tim Emiola Date: Wed, 23 Sep 2015 15:40:33 -0700 Subject: [PATCH] Fix broken link --- examples/ruby/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/ruby/README.md b/examples/ruby/README.md index bdbc932fc73..98dee137401 100644 --- a/examples/ruby/README.md +++ b/examples/ruby/README.md @@ -3,7 +3,7 @@ gRPC in 3 minutes (Ruby) BACKGROUND ------------- -For this sample, we've already generated the server and client stubs from [../protos/helloworld.proto][] +For this sample, we've already generated the server and client stubs from [helloworld.proto][] PREREQUISITES -------------