diff options
author | Daniel Stenberg <daniel@haxx.se> | 2016-02-02 00:24:30 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2016-02-02 00:24:30 +0100 |
commit | 6b485c7407fdfab34e47df9ad75f4ad5d84f0e34 (patch) | |
tree | 20eb068e42f6cd90d04a84f827a71ed10f4fdd5f /docs/libcurl/libcurl-thread.3 | |
parent | 7a8a7ca7b01d3e37467cf3779df67f1e852541f9 (diff) | |
download | curl-6b485c7407fdfab34e47df9ad75f4ad5d84f0e34.tar.gz |
HTTPS: update a bunch of URLs from HTTP to HTTPS
Diffstat (limited to 'docs/libcurl/libcurl-thread.3')
-rw-r--r-- | docs/libcurl/libcurl-thread.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/libcurl/libcurl-thread.3 b/docs/libcurl/libcurl-thread.3 index fd5b0e423..ff67a1d99 100644 --- a/docs/libcurl/libcurl-thread.3 +++ b/docs/libcurl/libcurl-thread.3 @@ -5,7 +5,7 @@ .\" * | (__| |_| | _ <| |___ .\" * \___|\___/|_| \_\_____| .\" * -.\" * Copyright (C) 2015, Daniel Stenberg, <daniel@haxx.se>, et al. +.\" * Copyright (C) 2015 - 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 @@ -43,7 +43,7 @@ or two functions to allow it to function properly: .IP OpenSSL http://www.openssl.org/docs/crypto/threads.html#DESCRIPTION -http://curl.haxx.se/libcurl/c/opensslthreadlock.html +https://curl.haxx.se/libcurl/c/opensslthreadlock.html .IP GnuTLS http://gnutls.org/manual/html_node/Thread-safety.html .IP NSS |