From 9d4837993a5087ac4d8091051ee197e799e0d20b Mon Sep 17 00:00:00 2001 From: Mike Frawley Date: Fri, 15 May 2009 03:37:45 +0800 Subject: [PATCH] fix link to couch.js in README Signed-off-by: Matt Aimonetti --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6c68ad9..2e6f9bf 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # CouchRest: CouchDB, close to the metal CouchRest is based on [CouchDB's couch.js test -library](http://svn.apache.org/repos/asf/incubator/couchdb/trunk/share/www/script/couch.js), +library](http://svn.apache.org/repos/asf/couchdb/trunk/share/www/script/couch.js), which I find to be concise, clear, and well designed. CouchRest lightly wraps CouchDB's HTTP API, managing JSON serialization, and remembering the URI-paths to CouchDB's API endpoints so you don't have to.