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/objective-c/helloworld/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/objective-c') diff --git a/examples/objective-c/helloworld/README.md b/examples/objective-c/helloworld/README.md index 365bea1422..27c9f14040 100644 --- a/examples/objective-c/helloworld/README.md +++ b/examples/objective-c/helloworld/README.md @@ -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 ``` -- cgit v1.2.3