From 54db8d7ac33e3f98220960b5d86cfa18a75b53cb Mon Sep 17 00:00:00 2001 From: Dane Springmeyer Date: Mon, 17 Jun 2013 13:13:08 -0700 Subject: [PATCH] doc(wiki): fix link to gyp file used to build libsqlite3 --- "\"binding.gyp\"-files-out-in-the-wild.md" | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git "a/\"binding.gyp\"-files-out-in-the-wild.md" "b/\"binding.gyp\"-files-out-in-the-wild.md" index 2fe0d833d5..8231be156e 100644 --- "a/\"binding.gyp\"-files-out-in-the-wild.md" +++ "b/\"binding.gyp\"-files-out-in-the-wild.md" @@ -17,7 +17,7 @@ To add to this page, just add the link to the project's `binding.gyp` file below * [node-memwatch](https://github.com/lloyd/node-memwatch/blob/master/binding.gyp) * [node-ip2location](https://github.com/bolgovr/node-ip2location/blob/master/binding.gyp) * [node-midi](https://github.com/justinlatimer/node-midi/blob/master/binding.gyp) - * [node-sqlite3](https://github.com/developmentseed/node-sqlite3/blob/master/binding.gyp) + [libsqlite3](https://github.com/developmentseed/node-sqlite3/blob/master/deps/sqlite3/binding.gyp) + * [node-sqlite3](https://github.com/developmentseed/node-sqlite3/blob/master/binding.gyp) + [libsqlite3](https://github.com/developmentseed/node-sqlite3/blob/master/deps/sqlite3.gyp) * [node-srs](https://github.com/springmeyer/node-srs/blob/master/build.gyp) * [node-zipfile](https://github.com/springmeyer/node-zipfile/blob/master/build.gyp) * [node-mapnik](https://github.com/mapnik/node-mapnik/blob/master/build.gyp)