From ea04393c3f276a7e26626bf6c68be399b6371dc6 Mon Sep 17 00:00:00 2001 From: Fujimura Daisuke Date: Sun, 2 Mar 2014 14:56:35 +0900 Subject: [PATCH] Update repo owner name in README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b1f4453..53c016d 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ This is the Haskell MongoDB driver (client). [MongoDB](http://www.mongodb.org) is a free, scalable, fast, document database management system. This driver lets you connect to a MongoDB server, and update and query its data. It also lets you do adminstrative tasks, like create an index or look at performance statistics. ### Documentation -* [Quick example](http://github.com/TonyGen/mongoDB-haskell/blob/master/doc/Example.hs) -* [Tutorial](http://github.com/TonyGen/mongoDB-haskell/blob/master/doc/tutorial.md) +* [Quick example](http://github.com/selectel/mongoDB-haskell/blob/master/doc/Example.hs) +* [Tutorial](http://github.com/selectel/mongoDB-haskell/blob/master/doc/tutorial.md) * [Driver API](http://hackage.haskell.org/package/mongoDB) -* [MapReduce example](http://github.com/TonyGen/mongoDB-haskell/blob/master/doc/map-reduce-example.md) -* [Driver design](http://github.com/TonyGen/mongoDB-haskell/blob/master/doc/Article1.md) +* [MapReduce example](http://github.com/selectel/mongoDB-haskell/blob/master/doc/map-reduce-example.md) +* [Driver design](http://github.com/selectel/mongoDB-haskell/blob/master/doc/Article1.md) * [MongoDB DBMS](http://www.mongodb.org)