Commit 86bbaaa1a6754d4f9e1c6eb4e17887ae189aa825

Carlos Martín Nieto 2016-11-02T17:06:15

THREADING: update cURL thread safety link

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/THREADING.md b/THREADING.md
index e9be8b9..77160a4 100644
--- a/THREADING.md
+++ b/THREADING.md
@@ -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