From e3ee14e7f32b43d4e43cc6f4ce16f2cea6386b7b Mon Sep 17 00:00:00 2001 From: phil Date: Tue, 30 Oct 2012 20:09:16 -0700 Subject: [PATCH] Update README to point to new documentation URL --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0d71293..23fd85c 100755 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ It uses callbacks that follow node.js conventions and aims to be as expressive a // if you chose a non-existant db, you'd get { error: "not_found", reason: "no_db_file" } in place of `err` }); -Refer to [my website](http://dominicbarnes.us/node-couchdb-api/) for documentation and resources. +Refer to [my website](http://www.dbarnes.info/node-couchdb-api/) for documentation and resources. ## Changelog