Fetch grpc.io/release over https

pull/11738/head
Mehrdad Afshari 7 years ago committed by Mehrdad Afshari
parent dbcd0b5f8e
commit 976eb7c4b4
  1. 2
      INSTALL.md
  2. 2
      examples/cpp/helloworld/README.md
  3. 2
      examples/node/README.md
  4. 2
      examples/objective-c/helloworld/README.md
  5. 2
      examples/php/README.md
  6. 2
      src/cpp/README.md
  7. 4
      src/php/README.md
  8. 2
      src/python/grpcio/README.rst
  9. 2
      tools/distrib/python/grpcio_tools/README.rst

@ -77,7 +77,7 @@ For developers who are interested to contribute, here is how to compile the
gRPC C Core library.
```sh
$ git clone -b $(curl -L http://grpc.io/release) https://github.com/grpc/grpc
$ git clone -b $(curl -L https://grpc.io/release) https://github.com/grpc/grpc
$ cd grpc
$ git submodule update --init
$ make

@ -12,7 +12,7 @@ following command:
```sh
$ git clone -b $(curl -L http://grpc.io/release) https://github.com/grpc/grpc
$ git clone -b $(curl -L https://grpc.io/release) https://github.com/grpc/grpc
```
Change your current directory to examples/cpp/helloworld

@ -12,7 +12,7 @@ INSTALL
```sh
$ # Get the gRPC repository
$ export REPO_ROOT=grpc # REPO root can be any directory of your choice
$ git clone -b $(curl -L http://grpc.io/release) https://github.com/grpc/grpc $REPO_ROOT
$ git clone -b $(curl -L https://grpc.io/release) https://github.com/grpc/grpc $REPO_ROOT
$ cd $REPO_ROOT
$ cd examples/node

@ -16,7 +16,7 @@ this repository to your local machine by running the following commands:
```sh
$ git clone -b $(curl -L http://grpc.io/release) https://github.com/grpc/grpc
$ git clone -b $(curl -L https://grpc.io/release) https://github.com/grpc/grpc
$ cd grpc
$ git submodule update --init
```

@ -17,7 +17,7 @@ INSTALL
- Clone this repository
```sh
$ git clone -b $(curl -L http://grpc.io/release) https://github.com/grpc/grpc
$ git clone -b $(curl -L https://grpc.io/release) https://github.com/grpc/grpc
```
- Install composer

@ -47,7 +47,7 @@ below.
# Build from Source
```sh
$ git clone -b $(curl -L http://grpc.io/release) https://github.com/grpc/grpc
$ git clone -b $(curl -L https://grpc.io/release) https://github.com/grpc/grpc
$ cd grpc
$ git submodule update --init
$ make

@ -100,7 +100,7 @@ the `composer` and `protoc` binaries. You can find out how to get these
Clone this repository
```sh
$ git clone -b $(curl -L http://grpc.io/release) https://github.com/grpc/grpc
$ git clone -b $(curl -L https://grpc.io/release) https://github.com/grpc/grpc
```
Build and install the gRPC C core library
@ -129,7 +129,7 @@ $ sudo make install
You will need the source code to run tests
```sh
$ git clone -b $(curl -L http://grpc.io/release) https://github.com/grpc/grpc
$ git clone -b $(curl -L https://grpc.io/release) https://github.com/grpc/grpc
$ cd grpc
$ git pull --recurse-submodules && git submodule update --init --recursive
```

@ -46,7 +46,7 @@ package named :code:`python-dev`).
::
$ export REPO_ROOT=grpc # REPO_ROOT can be any directory of your choice
$ git clone -b $(curl -L http://grpc.io/release) https://github.com/grpc/grpc $REPO_ROOT
$ git clone -b $(curl -L https://grpc.io/release) https://github.com/grpc/grpc $REPO_ROOT
$ cd $REPO_ROOT
$ git submodule update --init

@ -53,7 +53,7 @@ GCC-like stuff, but you may end up having a bad time.
::
$ export REPO_ROOT=grpc # REPO_ROOT can be any directory of your choice
$ git clone -b $(curl -L http://grpc.io/release) https://github.com/grpc/grpc $REPO_ROOT
$ git clone -b $(curl -L https://grpc.io/release) https://github.com/grpc/grpc $REPO_ROOT
$ cd $REPO_ROOT
$ git submodule update --init

Loading…
Cancel
Save