From a14a16921d6d75f47cabda967a4f2fb43ca407cf Mon Sep 17 00:00:00 2001
From: Nobuaki Sukegawa <nsukeg@gmail.com>
Date: Sat, 21 Mar 2015 22:45:40 +0900
Subject: [PATCH] Update grpc-common and grpc-java url

---
 README.md                  | 2 +-
 cpp/helloworld/README.md   | 2 +-
 java/javatutorial.md       | 2 +-
 node/route_guide/README.md | 2 +-
 ruby/route_guide/README.md | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md
index 633e8149ac..9cdcfda220 100644
--- a/README.md
+++ b/README.md
@@ -134,7 +134,7 @@ following command:
 
 
 ```
-git clone https://github.com/google/grpc-java.git
+git clone https://github.com/grpc/grpc-java.git
 ```
 
 Change your current directory to grpc-java/examples
diff --git a/cpp/helloworld/README.md b/cpp/helloworld/README.md
index 952325b446..16456a8245 100644
--- a/cpp/helloworld/README.md
+++ b/cpp/helloworld/README.md
@@ -12,7 +12,7 @@ following command:
 
 
 ```sh
-$ git clone https://github.com/google/grpc-common.git
+$ git clone https://github.com/grpc/grpc-common.git
 ```
 
 Change your current directory to grpc-common/cpp/helloworld
diff --git a/java/javatutorial.md b/java/javatutorial.md
index 1a79f31dd5..90ae4f291e 100644
--- a/java/javatutorial.md
+++ b/java/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`:
diff --git a/node/route_guide/README.md b/node/route_guide/README.md
index 02f312eb24..337373bd28 100644
--- a/node/route_guide/README.md
+++ b/node/route_guide/README.md
@@ -19,7 +19,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-common/node/route_guide](https://github.com/grpc/grpc-common/tree/master/node/route_guide). To download the example, clone the `grpc-common` repository by running the following command:
 ```shell
-$ git clone https://github.com/google/grpc-common.git
+$ git clone https://github.com/grpc/grpc-common.git
 ```
 
 Then change your current directory to `grpc-common/node/route_guide`:
diff --git a/ruby/route_guide/README.md b/ruby/route_guide/README.md
index 71003b52eb..418f94f9ee 100644
--- a/ruby/route_guide/README.md
+++ b/ruby/route_guide/README.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-common/ruby/route_guide](https://github.com/grpc/grpc-common/tree/master/ruby/route_guide). To download the example, clone the `grpc-common` repository by running the following command:
 ```shell
-$ git clone https://github.com/google/grpc-common.git
+$ git clone https://github.com/grpc/grpc-common.git
 ```
 
 Then change your current directory to `grpc-common/ruby/route_guide`:
-- 
GitLab