Skip to content

Commit 533db40

Browse files
committed
Fix django-mongodb-engine links in tools.rst
1 parent 455844c commit 533db40

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

doc/tools.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,10 @@ This section lists tools and adapters that have been designed to work with
8585
various Python frameworks and libraries.
8686

8787
* `Django MongoDB Engine
88-
<http://django-mongodb.org/>`_ is a MongoDB
88+
<http://django-mongodb-engine.readthedocs.org/en/latest/>`_ is a MongoDB
8989
database backend for Django that completely integrates with its ORM.
90-
For more information `see the tutorial <http://django-mongodb.org/tutorial.html>`_.
90+
For more information `see the tutorial
91+
<http://django-mongodb-engine.readthedocs.org/en/latest/tutorial.html>`_.
9192
* `mango <http://github.com/vpulim/mango>`_ provides MongoDB backends for
9293
Django sessions and authentication (bypassing :mod:`django.db` entirely).
9394
* `Django MongoEngine

0 commit comments

Comments
 (0)