Update links to repository in README and .cabal

This commit is contained in:
Fedor Gogolev 2014-07-07 08:50:26 +04:00
parent 20bd38d712
commit 20454a2bb7
2 changed files with 10 additions and 5 deletions

View file

@ -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/selectel/mongoDB-haskell/blob/master/doc/Example.hs)
* [Tutorial](http://github.com/selectel/mongoDB-haskell/blob/master/doc/tutorial.md)
* [Quick example](https://github.com/mongodb-haskell/mongodb/blob/master/doc/Example.hs)
* [Tutorial](https://github.com/mongodb-haskell/mongodb/blob/master/doc/tutorial.md)
* [Driver API](http://hackage.haskell.org/package/mongoDB)
* [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)
* [MapReduce example](http://github.com/mongodb-haskell/mongodb/blob/master/doc/map-reduce-example.md)
* [Driver design](https://github.com/mongodb-haskell/mongodb/blob/master/doc/Article1.md)
* [MongoDB DBMS](http://www.mongodb.org)

View file

@ -7,7 +7,8 @@ Description: This package lets you connect to MongoDB servers and
Database.MongoDB and the tutorial from the homepage. For
information about MongoDB itself, see www.mongodb.org.
Category: Database
Homepage: http://github.com/selectel/mongodb-haskell
Homepage: https://github.com/mongodb-haskell/mongodb
Bug-reports: https://github.com/mongodb-haskell/mongodb/issues
Author: Tony Hannan
Maintainer: Fedor Gogolev <knsd@knsd.net>
Copyright: Copyright (c) 2010-2012 10gen Inc.
@ -46,3 +47,7 @@ Library
Database.MongoDB.Internal.Util
Database.MongoDB.Query
System.IO.Pipeline
Source-repository head
Type: git
Location: https://github.com/mongodb-haskell/mongodb