Merge pull request #140 from nbeckman/patch-1

Fix github path, google --> grpc
This commit is contained in:
Qi Zhao 2015-03-01 19:02:35 -08:00
commit 48ea55f5f2
1 changed files with 1 additions and 1 deletions

View File

@ -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`: