From 48b24aa6dae340d560c6ef5b57a0d49dd64fcd3e Mon Sep 17 00:00:00 2001 From: Patrice Chalin Date: Thu, 19 Nov 2020 16:58:59 -0500 Subject: [PATCH] Examples README: add link to android example and fix link text Add a link to the android example and fix the link text (platforms are now served from another page). --- examples/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/README.md b/examples/README.md index 9b7fbab31e7c7..49751c5342a4f 100644 --- a/examples/README.md +++ b/examples/README.md @@ -3,6 +3,7 @@ This directory contains examples for all the C-based gRPC implementations. Each language subdirectory contains a Hello World example and more: +* [Android](android) * [C#](csharp) * [C++](cpp) * [Node.js](node) @@ -11,8 +12,7 @@ language subdirectory contains a Hello World example and more: * [Python](python/helloworld) * [Ruby](ruby) -For a complete list of supported languages, see [Supported languages and -platforms][lang]. +For a complete list of supported languages, see [Supported languages][lang]. For comprehensive documentation, including an [Introduction to gRPC][intro] and tutorials that use this example code, visit [grpc.io](https://grpc.io).