From a38562e8e92cb6307cfacb4adb59218a4b5f057a Mon Sep 17 00:00:00 2001
From: Mehrdad Afshari <mmx@google.com>
Date: Mon, 10 Jul 2017 22:00:21 +0000
Subject: [PATCH] Fix dependency download link in INSTALL.md to use https

---
 INSTALL.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/INSTALL.md b/INSTALL.md
index aca213ce64..5ae02f22e7 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -95,7 +95,7 @@ on experience with the tools involved.
 
 Builds gRPC C and C++ with boringssl.
 - Install [CMake](https://cmake.org/download/).
-- Install [Active State Perl](http://www.activestate.com/activeperl/) (`choco install activeperl`)
+- Install [Active State Perl](https://www.activestate.com/activeperl/) (`choco install activeperl`)
 - Install [Ninja](https://ninja-build.org/) (`choco install ninja`)
 - Install [Go](https://golang.org/dl/) (`choco install golang`)
 - Install [yasm](http://yasm.tortall.net/) and add it to `PATH` (`choco install yasm`)
-- 
GitLab