diff options
author | LisaFC <LisaFC@users.noreply.github.com> | 2015-04-27 11:49:18 +0100 |
---|---|---|
committer | LisaFC <LisaFC@users.noreply.github.com> | 2015-04-27 11:49:18 +0100 |
commit | 6928a0a17c2147a670aeb05f695bc92e55b0a918 (patch) | |
tree | 5c86fb995c54f1cf5790f48d4457e70e6398a5c2 /cpp | |
parent | 77ea4d59e9c4dafe354bf283897d65987f15f210 (diff) |
added link to new public proto3 doc
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/cpptutorial.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/cpptutorial.md b/cpp/cpptutorial.md index 9d49405118..c6a16907b4 100644 --- a/cpp/cpptutorial.md +++ b/cpp/cpptutorial.md @@ -6,7 +6,7 @@ This tutorial provides a basic C++ programmer's introduction to working with gRP - Generate server and client code using the protocol buffer compiler. - Use the C++ 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 C++: more reference documentation is coming soon. |