From 86bbaaa1a6754d4f9e1c6eb4e17887ae189aa825 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Mart=C3=ADn=20Nieto?= Date: Wed, 2 Nov 2016 17:06:15 +0100 Subject: [PATCH] THREADING: update cURL thread safety link --- THREADING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/THREADING.md b/THREADING.md index e9be8b99f..77160a479 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