From 976eb7c4b4e77b6b2f98463442219f33edb8f9d9 Mon Sep 17 00:00:00 2001 From: Mehrdad Afshari Date: Mon, 10 Jul 2017 21:54:56 +0000 Subject: Fetch grpc.io/release over https --- examples/node/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/node') diff --git a/examples/node/README.md b/examples/node/README.md index f29236c62a..4730766d59 100644 --- a/examples/node/README.md +++ b/examples/node/README.md @@ -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 -- cgit v1.2.3