From 45c75f2c96456cb7c1cd675c85a1c36ffdc51a9a Mon Sep 17 00:00:00 2001 From: Jerjou Cheng Date: Mon, 14 Sep 2015 09:18:06 -0700 Subject: [PATCH] Fix broken tutorial link. --- examples/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/README.md b/examples/README.md index 3b14356f4c..d75b440427 100644 --- a/examples/README.md +++ b/examples/README.md @@ -26,5 +26,5 @@ $ ./build/install/grpc-examples/bin/hello-world-client That's it! -Please refer to [Getting Started Guide for Java](examples/javatutorial.md) +Please refer to [Getting Started Guide for Java](javatutorial.md) for more information.