From 2a98c2eee98fbbb04501dee9713f2dc6f02d1c83 Mon Sep 17 00:00:00 2001 From: Eric Anderson Date: Mon, 28 Sep 2015 13:08:08 -0700 Subject: [PATCH] Replace broken link in example --- examples/README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/examples/README.md b/examples/README.md index d75b440427..e05a812fdc 100644 --- a/examples/README.md +++ b/examples/README.md @@ -26,5 +26,6 @@ $ ./build/install/grpc-examples/bin/hello-world-client That's it! -Please refer to [Getting Started Guide for Java](javatutorial.md) -for more information. +Please refer to gRPC Java's [README](../README.md) and +[tutorial](http://www.grpc.io/docs/tutorials/basic/java.html) for more +information.