From c569379c20f95ebf7c31472f0b8417b6852bbd78 Mon Sep 17 00:00:00 2001 From: Nobuaki Sukegawa Date: Sat, 21 Mar 2015 22:45:40 +0900 Subject: [PATCH] Update grpc-common and grpc-java url --- javatutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/javatutorial.md b/javatutorial.md index 1a79f31dd5..90ae4f291e 100644 --- a/javatutorial.md +++ b/javatutorial.md @@ -20,7 +20,7 @@ With gRPC we can define our service once in a .proto file and implement clients The example code for our tutorial is in [grpc/grpc-java/examples/src/main/java/io/grpc/examples](https://github.com/grpc/grpc-java/tree/master/examples/src/main/java/io/grpc/examples). To download the example, clone the `grpc-java` repository by running the following command: ```shell -$ git clone https://github.com/google/grpc-java.git +$ git clone https://github.com/grpc/grpc-java.git ``` Then change your current directory to `grpc-java/examples`: