diff options
author | Viktor Szakats <vszakats@users.noreply.github.com> | 2016-04-06 11:57:48 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2016-04-06 11:58:34 +0200 |
commit | a24f71aac4a3e94dac37208959cf2208c3d8f724 (patch) | |
tree | b4b8e97f3bdad9eec51074c33d648f4243521c60 /docs/INSTALL | |
parent | 9c08b4f1e7eced5a4d3782a3e0daa484c9d77d21 (diff) | |
download | curl-a24f71aac4a3e94dac37208959cf2208c3d8f724.tar.gz |
URLs: change http to https in many places
Closes #754
Diffstat (limited to 'docs/INSTALL')
-rw-r--r-- | docs/INSTALL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/INSTALL b/docs/INSTALL index d316a1ae5..2e1075ba4 100644 --- a/docs/INSTALL +++ b/docs/INSTALL @@ -1101,7 +1101,7 @@ GnuTLS https://www.gnu.org/software/gnutls/ Heimdal http://www.h5l.org/ libidn https://www.gnu.org/software/libidn/ libmetalink https://launchpad.net/libmetalink/ -libssh2 http://www.libssh2.org/ +libssh2 https://www.libssh2.org/ MIT Kerberos http://web.mit.edu/kerberos/www/dist/ NSS https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS OpenLDAP http://www.openldap.org/ |