diff --git a/README.rst b/README.rst index 0b0cb822..a8588c8c 100644 --- a/README.rst +++ b/README.rst @@ -8,16 +8,16 @@ MongoEngine About ===== MongoEngine is a Python Object-Document Mapper for working with MongoDB. -Documentation available at http://hmarr.com/mongoengine/ - there is currently -a `tutorial `_, a `user guide -`_ and an `API reference -`_. +Documentation available at http://mongoengine-odm.rtfd.org - there is currently +a `tutorial `_, a `user guide +`_ and an `API reference +`_. Installation ============ If you have `setuptools `_ you can use ``easy_install -U mongoengine``. Otherwise, you can download the -source from `GitHub `_ and run ``python +source from `GitHub `_ and run ``python setup.py install``. Dependencies @@ -93,6 +93,6 @@ Community Contributing ============ -The source is available on `GitHub `_ - to +The source is available on `GitHub `_ - to contribute to the project, fork it on GitHub and send a pull request, all contributions and suggestions are welcome!