From c809be2af5dab9041c310cefc68f40977409f85e Mon Sep 17 00:00:00 2001
From: bithavoc <im@bithavoc.io>
Date: Fri, 16 Sep 2016 10:36:58 -0500
Subject: [PATCH] Fix ruby readme link to grpc quickstart

---
 src/ruby/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/ruby/README.md b/src/ruby/README.md
index 3179575486..67e94dd354 100644
--- a/src/ruby/README.md
+++ b/src/ruby/README.md
@@ -73,5 +73,5 @@ Directory structure is the layout for [ruby extensions][]
 
 [ruby extensions]:http://guides.rubygems.org/gems-with-extensions/
 [rubydoc]: http://www.rubydoc.info/gems/grpc
-[grpc.io]: http://www.grpc.io/docs/installation/ruby.html
+[grpc.io]: http://www.grpc.io/docs/quickstart/ruby.html
 [Debian jessie-backports]:http://backports.debian.org/Instructions/
-- 
GitLab