From ac12c2cb120ab1321d1721c29aa4214275cb1dec Mon Sep 17 00:00:00 2001
From: Nels Beckman <nels.beckman@gmail.com>
Date: Sat, 28 Feb 2015 16:52:34 +0100
Subject: [PATCH] Fix github path, google --> grpc

Both work, but I think the latter is now preferred.
---
 cpp/cpptutorial.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cpp/cpptutorial.md b/cpp/cpptutorial.md
index d176240626..f6cd57bb68 100644
--- a/cpp/cpptutorial.md
+++ b/cpp/cpptutorial.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/cpp/route_guide](https://github.com/grpc/grpc-common/tree/master/cpp/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/cpp/route_guide`:
-- 
GitLab