aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/php
diff options
context:
space:
mode:
authorGravatar Mehrdad Afshari <mmx@google.com>2017-07-10 21:54:56 +0000
committerGravatar Mehrdad Afshari <mehrdada@users.noreply.github.com>2017-07-10 15:07:33 -0700
commit976eb7c4b4e77b6b2f98463442219f33edb8f9d9 (patch)
tree0591a2d8a6647693ccabd5e2f3cd525527d2b04c /src/php
parentdbcd0b5f8ec4e84b0ef6d3a36846c4b2d74f07b5 (diff)
Fetch grpc.io/release over https
Diffstat (limited to 'src/php')
-rw-r--r--src/php/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/php/README.md b/src/php/README.md
index 90c8cb386a..11f99e134c 100644
--- a/src/php/README.md
+++ b/src/php/README.md
@@ -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
```