Skip to content

Commit 86bbaaa

Browse files
committed
THREADING: update cURL thread safety link
1 parent 7175222 commit 86bbaaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

THREADING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ General Case
6363
------------
6464

6565
By default we use libcurl, which has its own ![recommendations for
66-
thread safety](http://curl.haxx.se/libcurl/c/libcurl-tutorial.html#Multi-threading).
66+
thread safety](https://curl.haxx.se/libcurl/c/threadsafe.html).
6767

6868
If libcurl was not found or was disabled, libgit2 uses OpenSSL to be
6969
able to use HTTPS as a transport. This library is made to be

0 commit comments

Comments
 (0)