mirror of https://github.com/grpc/grpc-java.git
Update grpc-common and grpc-java url
This commit is contained in:
parent
3fb77ad42d
commit
c569379c20
|
|
@ -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`:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue