Update grpc-common and grpc-java url

This commit is contained in:
Nobuaki Sukegawa 2015-03-21 22:45:40 +09:00
parent 3fb77ad42d
commit c569379c20
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-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: 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 ```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`: Then change your current directory to `grpc-java/examples`: