From fa4a4dbc49dfe78ebb379000f6d28c495199f36c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcel=20St=C3=B6r?= Date: Wed, 1 Jun 2016 23:32:34 +0200 Subject: [PATCH] Fix URL for project website --- README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index f6c614f..42e174b 100644 --- a/README +++ b/README @@ -1,5 +1,5 @@ LuaSQL 2.1 -http://www.keplerproject.org/luasql/ +http://keplerproject.github.io/luasql/ LuaSQL is a simple interface from Lua to a DBMS. It enables a Lua program to: @@ -17,4 +17,4 @@ If you are using LuaBinaries a Windows binary version of LuaSQL can be found at LuaSQL 2.1.1 [29/Oct/2007] * Fixed a bug in the SQLite3 error handling (patch by David Burgess) * Fixed bug [#1834] for SQLite 3 (found by Savin Zlobec, patch by Marc Nijdam) -* Fixed bug [#1770] for SQLite 3 (found by Enrico Tassi, patch by Marc Nijdam) \ No newline at end of file +* Fixed bug [#1770] for SQLite 3 (found by Enrico Tassi, patch by Marc Nijdam)