aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/distrib/python
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 /tools/distrib/python
parentdbcd0b5f8ec4e84b0ef6d3a36846c4b2d74f07b5 (diff)
Fetch grpc.io/release over https
Diffstat (limited to 'tools/distrib/python')
-rw-r--r--tools/distrib/python/grpcio_tools/README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/distrib/python/grpcio_tools/README.rst b/tools/distrib/python/grpcio_tools/README.rst
index 55521d17bb..fb44cfaf80 100644
--- a/tools/distrib/python/grpcio_tools/README.rst
+++ b/tools/distrib/python/grpcio_tools/README.rst
@@ -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