point to mongodb.org, not onconfluence

This commit is contained in:
Mike Dirolf 2009-02-09 10:58:01 -05:00
parent e9e4d4d09c
commit 13b9bca3a9

View File

@ -8,7 +8,7 @@ About
=====
The PyMongo distribution contains tools for interacting with the Mongo database from Python.
The ``pymongo`` package is a native Python driver for the Mongo database. The ``gridfs``
package is a `gridfs <http://mongodb.onconfluence.com/display/DOCS/GridFS+Specification>`_
package is a `gridfs <http://www.mongodb.org/display/DOCS/GridFS+Specification>`_
implementation on top of ``pymongo``.
Installation