aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/README.md
diff options
context:
space:
mode:
authorGravatar Stanley Cheung <stanleycheung@google.com>2015-08-31 11:16:51 -0700
committerGravatar Stanley Cheung <stanleycheung@google.com>2015-08-31 15:14:28 -0700
commitd87e203622bb65c5d21e2e4fd6bc601f272f4a07 (patch)
tree128b868eb473884c52bebb57931f413a1ca0d5c7 /examples/README.md
parentcc5516b9a2e97b87094e88bab84a31736e89e1ea (diff)
fix examples links
Diffstat (limited to 'examples/README.md')
-rw-r--r--examples/README.md16
1 files changed, 8 insertions, 8 deletions
diff --git a/examples/README.md b/examples/README.md
index 6465115e18..cc4b239f8e 100644
--- a/examples/README.md
+++ b/examples/README.md
@@ -10,16 +10,16 @@ Hello World example. You'll find more tutorials and reference docs in this repos
<a name="quickstart"></a>
## Quick start
You can find quick start guides for each language, including installation instructions, examples, and tutorials here:
-* [C++](examples/cpp)
+* [C++](cpp)
* [Java](https://github.com/grpc/grpc-java/tree/master/examples)
* [Go](https://github.com/grpc/grpc-go/tree/master/examples)
-* [Ruby](examples/ruby)
-* [Node.js](examples/node)
-* [Android Java](examples/java/android)
-* [Python](examples/python/helloworld)
-* [C#](examples/csharp)
-* [Objective-C](examples/objective-c/route_guide)
-* [PHP](examples/php)
+* [Ruby](ruby)
+* [Node.js](node)
+* [Android Java](https://github.com/grpc/grpc-java/tree/master/examples/android)
+* [Python](python/helloworld)
+* [C#](csharp)
+* [Objective-C](objective-c/route_guide)
+* [PHP](php)
## What's in this repository?