THREADING: update cURL thread safety link

This commit is contained in:
Carlos Martín Nieto 2016-11-02 17:06:15 +01:00
parent 7175222ce6
commit 86bbaaa1a6

View File

@ -63,7 +63,7 @@ General Case
------------
By default we use libcurl, which has its own ![recommendations for
thread safety](http://curl.haxx.se/libcurl/c/libcurl-tutorial.html#Multi-threading).
thread safety](https://curl.haxx.se/libcurl/c/threadsafe.html).
If libcurl was not found or was disabled, libgit2 uses OpenSSL to be
able to use HTTPS as a transport. This library is made to be