Ver código fonte

Link update

Source commit: c6d7a7073dec399c3214a22a4b56137ceb6888ff
Martin Prikryl 4 anos atrás
pai
commit
67a64ab90f
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      libs/libs3/inc/libs3.h

+ 1 - 1
libs/libs3/inc/libs3.h

@@ -1631,7 +1631,7 @@ S3Status S3_create_request_context(S3RequestContext **requestContextReturn);
  * for curl_multi_socket_action CURLM handles that will be managed by libs3 user.
  * This type of handles offer better performance for applications with large
  * number of simultaneous connections. For details, see MULTI_SOCKET chapter here:
- * https://curl.haxx.se/libcurl/c/libcurl-multi.html
+ * https://curl.se/libcurl/c/libcurl-multi.html
  *
  * In this mode libs3 user will
  *  - create its own CURLM using curl_multi_init()