From 7a1c66358242e3183d0ea07f270ae26815735a49 Mon Sep 17 00:00:00 2001 From: Alexey Melnichuk Date: Fri, 5 Sep 2014 15:03:55 +0500 Subject: [PATCH] Update README.md [ci skip] --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f4e781f..29b4335 100644 --- a/README.md +++ b/README.md @@ -5,11 +5,11 @@ ## Documentation [API](http://moteus.github.com/lcurl)
-Also library provide `lcurl.cURL` compatibility module for [Lua-cURL](http://msva.github.io/lua-curl) binding. +Also library provide `lcurl.cURL` compatibility module for [Lua-cURL](http://lua-curl.github.io/Lua-cURL) binding. ## Why one more curl binding -Existing [Lua-cURL](http://msva.github.io/lua-curl) binding has several problems: +Existing [Lua-cURL](http://lua-curl.github.io/Lua-cURL) binding has several problems: * it can not return error codes but just raise Lua errors * it raise Lua error from callback that may result resource leak in libcurl