Merge pull request #167 from nsuke/url-fix

Update grpc-common and grpc-java url
pull/3109/head
Tim Emiola 10 years ago
commit 7f9a6376e4
  1. 2
      README.md
  2. 2
      cpp/helloworld/README.md
  3. 2
      java/javatutorial.md
  4. 2
      node/route_guide/README.md
  5. 2
      ruby/route_guide/README.md

@ -134,7 +134,7 @@ following command:
``` ```
git clone https://github.com/google/grpc-java.git git clone https://github.com/grpc/grpc-java.git
``` ```
Change your current directory to grpc-java/examples Change your current directory to grpc-java/examples

@ -12,7 +12,7 @@ following command:
```sh ```sh
$ git clone https://github.com/google/grpc-common.git $ git clone https://github.com/grpc/grpc-common.git
``` ```
Change your current directory to grpc-common/cpp/helloworld Change your current directory to grpc-common/cpp/helloworld

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

@ -19,7 +19,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/node/route_guide](https://github.com/grpc/grpc-common/tree/master/node/route_guide). To download the example, clone the `grpc-common` repository by running the following command: The example code for our tutorial is in [grpc/grpc-common/node/route_guide](https://github.com/grpc/grpc-common/tree/master/node/route_guide). To download the example, clone the `grpc-common` repository by running the following command:
```shell ```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/node/route_guide`: Then change your current directory to `grpc-common/node/route_guide`:

@ -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/ruby/route_guide](https://github.com/grpc/grpc-common/tree/master/ruby/route_guide). To download the example, clone the `grpc-common` repository by running the following command: The example code for our tutorial is in [grpc/grpc-common/ruby/route_guide](https://github.com/grpc/grpc-common/tree/master/ruby/route_guide). To download the example, clone the `grpc-common` repository by running the following command:
```shell ```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/ruby/route_guide`: Then change your current directory to `grpc-common/ruby/route_guide`:

Loading…
Cancel
Save