aboutsummaryrefslogtreecommitdiffhomepage
path: root/ruby
diff options
context:
space:
mode:
authorGravatar LisaFC <LisaFC@users.noreply.github.com>2015-04-27 11:50:54 +0100
committerGravatar LisaFC <LisaFC@users.noreply.github.com>2015-04-27 11:50:54 +0100
commite7b8164978b38e1838614a2d341bddc4cc27911a (patch)
treeb4275d9a481aca444c96443cc5cb7b5011ce7341 /ruby
parentfcff26012196f7ae4020033451a39303e695470b (diff)
added link to new public proto3 doc
Diffstat (limited to 'ruby')
-rw-r--r--ruby/route_guide/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/ruby/route_guide/README.md b/ruby/route_guide/README.md
index 7f4f4cc02e..d22874799f 100644
--- a/ruby/route_guide/README.md
+++ b/ruby/route_guide/README.md
@@ -6,7 +6,7 @@ This tutorial provides a basic Ruby programmer's introduction to working with gR
- Generate server and client code using the protocol buffer compiler.
- Use the Ruby gRPC API to write a simple client and server for your service.
-It assumes that you have read the [Getting started](https://github.com/grpc/grpc-common) guide and are familiar with [protocol buffers] (https://developers.google.com/protocol-buffers/docs/overview). Note that the example in this tutorial uses the proto3 version of the protocol buffers language, which is currently in alpha release: you can see the [release notes](https://github.com/google/protobuf/releases) for the new version in the protocol buffers Github repository.
+It assumes that you have read the [Getting started](https://github.com/grpc/grpc-common) guide and are familiar with [protocol buffers] (https://developers.google.com/protocol-buffers/docs/overview). Note that the example in this tutorial uses the proto3 version of the protocol buffers language, which is currently in alpha release:you can find out more in the [proto3 language guide](https://developers.google.com/protocol-buffers/docs/proto3) and see the [release notes](https://github.com/google/protobuf/releases) for the new version in the protocol buffers Github repository.
This isn't a comprehensive guide to using gRPC in Ruby: more reference documentation is coming soon.