Skip to content

Commit

Permalink
Examples README: add link to android example and fix link text
Browse files Browse the repository at this point in the history
Add a link to the android example and fix the link text (platforms are now served from another page).
  • Loading branch information
chalin authored Nov 19, 2020
1 parent e6e6be4 commit 48b24aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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).
Expand Down

0 comments on commit 48b24aa

Please sign in to comment.