Merge pull request #73 from grpc/oaktowner-patch-3

Remove 404 link for python example
This commit is contained in:
Jayant Kolhe 2015-02-25 11:26:47 -08:00
commit 82361e4676
1 changed files with 1 additions and 1 deletions

View File

@ -12,10 +12,10 @@ Hello World example. You'll find more tutorials and reference docs in this repos
You can find quick start guides for each language, including installation instructions, examples, and tutorials here: You can find quick start guides for each language, including installation instructions, examples, and tutorials here:
* [C++](https://github.com/grpc/grpc-common/tree/master/cpp) * [C++](https://github.com/grpc/grpc-common/tree/master/cpp)
* [Java](https://github.com/grpc/grpc-common/tree/master/java) * [Java](https://github.com/grpc/grpc-common/tree/master/java)
* [Python](https://github.com/grpc/grpc-common/tree/master/python)
* [Go](https://github.com/grpc/grpc-common/tree/master/go) * [Go](https://github.com/grpc/grpc-common/tree/master/go)
* [ruby](https://github.com/grpc/grpc-common/tree/master/ruby) * [ruby](https://github.com/grpc/grpc-common/tree/master/ruby)
* [Node.js](https://github.com/grpc/grpc-common/tree/master/node) * [Node.js](https://github.com/grpc/grpc-common/tree/master/node)
* Python is coming soon
## What's in this repository? ## What's in this repository?