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 /lib/vauth/cleartext.c | |
parent | 9c08b4f1e7eced5a4d3782a3e0daa484c9d77d21 (diff) | |
download | curl-a24f71aac4a3e94dac37208959cf2208c3d8f724.tar.gz |
URLs: change http to https in many places
Closes #754
Diffstat (limited to 'lib/vauth/cleartext.c')
-rw-r--r-- | lib/vauth/cleartext.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/vauth/cleartext.c b/lib/vauth/cleartext.c index 71b0442dd..a003f51de 100644 --- a/lib/vauth/cleartext.c +++ b/lib/vauth/cleartext.c @@ -9,7 +9,7 @@ * * 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 |