From a266a5bffd9741ce6769b7971842e10212b56a12 Mon Sep 17 00:00:00 2001 From: mattn Date: Tue, 18 Dec 2012 03:00:51 -0800 Subject: [PATCH] Updated Related Projects (markdown) --- Related-Projects.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Related-Projects.md b/Related-Projects.md index b177a6a..4484bd5 100644 --- a/Related-Projects.md +++ b/Related-Projects.md @@ -4,7 +4,7 @@ * [mrb-http](https://github.com/mattn/mruby-http) Binding for [http-parser](https://github.com/joyent/http-parser) by [mattn](https://github.com/mattn) * [mruby-md5](https://github.com/mattn/mruby-md5) MD5 digest function by [mattn](https://github.com/mattn) * [mruby-json](https://github.com/mattn/mruby-json) JSON encoder/decoder using [parson](https://github.com/kgabis/parson) by [mattn](https://github.com/mattn) -* [mruby-sqlite3](https://github.com/mattn/mruby-sqlite3) SQLite3 database driver by [mattn](https://github.com/mruby-sqlite3) +* [mruby-sqlite3](https://github.com/mattn/mruby-sqlite3) [SQLite3](http://www.sqlite.org/) database driver by [mattn](https://github.com/mruby-sqlite3) * [mruby-redis](https://github.com/matsumoto-r/mruby-redis) redis client using [hiredis](https://github.com/redis/hiredis) by [matsumoto_r](https://github.com/matsumoto-r) ## Web Interfaces