aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/ruby
diff options
context:
space:
mode:
authorGravatar Tim Emiola <temiola@google.com>2015-09-23 15:40:33 -0700
committerGravatar Tim Emiola <temiola@google.com>2015-09-23 15:40:33 -0700
commit40b470425546ce027bda4e0844ab9878a76d5355 (patch)
tree5227f3d63920168a42e9ef0ad33aa93e7d19f50c /examples/ruby
parent415134062bb9cc91d6d89c189d077d22617659d3 (diff)
Fix broken link
Diffstat (limited to 'examples/ruby')
-rw-r--r--examples/ruby/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/ruby/README.md b/examples/ruby/README.md
index bdbc932fc7..98dee13740 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
-------------