From 674123684f5032825835803fc5cc937997800935 Mon Sep 17 00:00:00 2001 From: Francesco Marretta Date: Thu, 31 Oct 2019 20:00:11 +0100 Subject: [PATCH] Corrected a broken link --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 5b00b47..c65d7e3 100644 --- a/readme.md +++ b/readme.md @@ -252,7 +252,7 @@ For more on the differences (particularly between `lanes` and `luaproc`), see th - [LuaExpat](https://matthewwild.co.uk/projects/luaexpat/) - SAX XML parser via binding to the Expat library. - [SLAXML](https://github.com/Phrogz/SLAXML) - Pure Lua SAX-like streaming XML parser. - MessagePack - - [lua-MessagePack](https://github.com/fperrad/lua-MessagePack) - Pure Lua implementation of MessagePack. + - [lua-MessagePack](https://github.com/markstinson/lua-MessagePack) - Pure Lua implementation of MessagePack. - [lua-cmsgpack](https://github.com/antirez/lua-cmsgpack) - A MessagePack C implementation with Lua bindings, as used by Redis.= - LPeg - [LPeg](http://www.inf.puc-rio.br/~roberto/lpeg/) - A pattern-matching library for Lua, based on Parsing Expression Grammars.