From 3ae2147cbcec04605d30fb6f60e51d01f233119f Mon Sep 17 00:00:00 2001
From: Jayant Kolhe <jkolhe@google.com>
Date: Wed, 25 Feb 2015 11:29:45 -0800
Subject: [PATCH] Update README.md

Fixed repository listed in command line.
---
 cpp/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cpp/README.md b/cpp/README.md
index 759e10bfe1..e9e9962a9b 100644
--- a/cpp/README.md
+++ b/cpp/README.md
@@ -15,7 +15,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
-- 
GitLab