From 13b9bca3a94a3873cea8f8f2bd5eabfba80f28ea Mon Sep 17 00:00:00 2001 From: Mike Dirolf Date: Mon, 9 Feb 2009 10:58:01 -0500 Subject: [PATCH] point to mongodb.org, not onconfluence --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 244ed76b4..2f7e61e00 100644 --- a/README.rst +++ b/README.rst @@ -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 `_ +package is a `gridfs `_ implementation on top of ``pymongo``. Installation