aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorKun Zhang <zhangkun83@users.noreply.github.com>2017-01-18 09:06:45 -0800
committerGitHub <noreply@github.com>2017-01-18 09:06:45 -0800
commitd0d2c1e7961aa28e7d0518fc07e560803309c1fa (patch)
treeb3dc012a6aeead68756efef708ed16d6b1ba4b61 /README.md
parentd87a6587a487fb7cd4db51f0ac02c2482b13bafb (diff)
downloadgrpc-grpc-java-d0d2c1e7961aa28e7d0518fc07e560803309c1fa.tar.gz
docs: add links to examples and tutorials. (#2614)
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 6 insertions, 4 deletions
diff --git a/README.md b/README.md
index 4a803152f..2aab764bb 100644
--- a/README.md
+++ b/README.md
@@ -230,8 +230,10 @@ gRPC comes with three Transport implementations:
* [Server Stream Listener](https://github.com/google/grpc-java/blob/master/core/src/main/java/io/grpc/internal/ServerStreamListener.java)
-### Examples
+Examples
+--------
-Tests showing how these layers are composed to execute calls using protobuf
-messages can be found here
-https://github.com/google/grpc-java/tree/master/interop-testing/src/main/java/io/grpc/testing/integration
+The [examples](https://github.com/grpc/grpc-java/tree/master/examples)
+and the
+[Android example](https://github.com/grpc/grpc-java/tree/master/examples/android) are standalone projects that
+showcase the usage of gRPC.