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 | |
parent | 9c08b4f1e7eced5a4d3782a3e0daa484c9d77d21 (diff) |
URLs: change http to https in many places
Closes #754
Diffstat (limited to 'docs')
-rw-r--r-- | docs/INSTALL | 2 | ||||
-rw-r--r-- | docs/LICENSE-MIXING | 2 | ||||
-rw-r--r-- | docs/libcurl/opts/CURLOPT_TFTP_NO_OPTIONS.3 | 4 |
3 files changed, 4 insertions, 4 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/ diff --git a/docs/LICENSE-MIXING b/docs/LICENSE-MIXING index 68e7156d8..d8e36ca46 100644 --- a/docs/LICENSE-MIXING +++ b/docs/LICENSE-MIXING @@ -116,7 +116,7 @@ OpenLDAP http://www.openldap.org/software/release/license.html libcurl uses OpenLDAP as a shared library only, I have not heard of anyone that ships OpenLDAP linked with libcurl in an app. -libssh2 http://www.libssh2.org/ +libssh2 https://www.libssh2.org/ (Used for scp and sftp support) libssh2 uses a Modified BSD-style license. diff --git a/docs/libcurl/opts/CURLOPT_TFTP_NO_OPTIONS.3 b/docs/libcurl/opts/CURLOPT_TFTP_NO_OPTIONS.3 index 53b1770be..97940fbb3 100644 --- a/docs/libcurl/opts/CURLOPT_TFTP_NO_OPTIONS.3 +++ b/docs/libcurl/opts/CURLOPT_TFTP_NO_OPTIONS.3 @@ -5,11 +5,11 @@ .\" * | (__| |_| | _ <| |___ .\" * \___|\___/|_| \_\_____| .\" * -.\" * Copyright (C) 1998 - 2014, Daniel Stenberg, <daniel@haxx.se>, et al. +.\" * Copyright (C) 1998 - 2016, Daniel Stenberg, <daniel@haxx.se>, et al. .\" * .\" * This software is licensed as described in the file COPYING, which .\" * you should have received as part of this distribution. The terms -.\" * are also available at http://curl.haxx.se/docs/copyright.html. +.\" * are also available at https://curl.haxx.se/docs/copyright.html. .\" * .\" * You may opt to use, copy, modify, merge, publish, distribute and/or sell .\" * copies of the Software, and permit persons to whom the Software is |