diff --git a/Rakefile b/Rakefile index f5650f6..f9b809b 100644 --- a/Rakefile +++ b/Rakefile @@ -20,7 +20,7 @@ spec = Gem::Specification.new do |s| s.date = "2008-11-22" s.summary = "Lean and RESTful interface to CouchDB." s.email = "jchris@apache.org" - s.homepage = "http://github.com/jchris/couchrest" + s.homepage = "http://github.com/couchrest/couchrest" s.description = "CouchRest provides a simple interface on top of CouchDB's RESTful HTTP API, as well as including some utility scripts for managing views and attachments." s.has_rdoc = true s.authors = ["J. Chris Anderson", "Matt Aimonetti"] diff --git a/THANKS.md b/THANKS.md index 643cf5e..08edeec 100644 --- a/THANKS.md +++ b/THANKS.md @@ -14,6 +14,6 @@ changes. A list of these people is included below. * Simon Rozet (simon /at/ rozet /dot/ name) * [Marcos Tapajós](http://tapajos.me) -Patches are welcome. The primary source for this software project is [on Github](http://github.com/jchris/couchrest/tree/master) +Patches are welcome. The primary source for this software project is [on Github](http://github.com/couchrest/couchrest) A lot of people have active forks - thank you all - even the patches I don't end up using are helpful.