From cec80edc6cda25ef870f64a67d774f7f6688fe2f Mon Sep 17 00:00:00 2001 From: Yang Gao Date: Tue, 24 Feb 2015 23:45:00 -0800 Subject: [PATCH] fix link to Gemfile --- ruby/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ruby/README.md b/ruby/README.md index 1fc19a4f246..4afea611a42 100644 --- a/ruby/README.md +++ b/ruby/README.md @@ -11,7 +11,7 @@ INSTALL - Clone this repository. - Follow the instructions in [INSTALL](https://github.com/grpc/grpc/blob/master/INSTALL) to install the gRPC C core. -- *Temporary* Install the full gRPC distribution from source on your local machine and update path: in [Gemfile] to refer src/ruby within it. +- *Temporary* Install the full gRPC distribution from source on your local machine and update path: in [Gemfile](https://github.com/grpc/grpc-common/blob/master/ruby/Gemfile) to refer src/ruby within it. - this is necessary until the gRPC ruby gem is published - Use bundler to install ```sh