aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Mehrdad Afshari <mmx@google.com>2017-07-10 22:00:21 +0000
committerGravatar Mehrdad Afshari <mehrdada@users.noreply.github.com>2017-07-10 15:07:33 -0700
commita38562e8e92cb6307cfacb4adb59218a4b5f057a (patch)
tree2073074ef7246f2ce2181c043d9175d51de2621d
parent976eb7c4b4e77b6b2f98463442219f33edb8f9d9 (diff)
Fix dependency download link in INSTALL.md to use https
-rw-r--r--INSTALL.md2
1 files changed, 1 insertions, 1 deletions
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`)