From b5d501b91e7763e4d7bb7e3d6884b4a958030343 Mon Sep 17 00:00:00 2001 From: LisaFC Date: Thu, 2 Apr 2015 14:03:16 +0100 Subject: [PATCH] fixed wrong repo name --- python/route_guide/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/route_guide/README.md b/python/route_guide/README.md index 1bd97b7d494..2187e05d75c 100644 --- a/python/route_guide/README.md +++ b/python/route_guide/README.md @@ -18,7 +18,7 @@ With gRPC you can define your service once in a .proto file and implement client The example code for this tutorial is in [grpc/grpc-common/python/route_guide](https://github.com/grpc/grpc-common/tree/master/python/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/python/route_guide`: