Skip to content

Commit

Permalink
Merge pull request #88 from adamchainz/readthedocs.io
Browse files Browse the repository at this point in the history
Convert readthedocs links for their .org -> .io migration for hosted projects
  • Loading branch information
pydanny committed Aug 19, 2016
2 parents b602a36 + 4230a98 commit 6cad9ab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.rst
Expand Up @@ -41,7 +41,7 @@ Features
- Automatic introspection of mongoengine documents.
- Ability to constrain who sees what and can do what.
- Full control to add, edit, and delete documents
- More awesome stuff! See http://django-mongonaut.readthedocs.org/en/latest/index.html#features
- More awesome stuff! See https://django-mongonaut.readthedocs.io/en/latest/index.html#features

Installation
============
Expand Down Expand Up @@ -103,12 +103,12 @@ django-mongonaut will let you duplicate much of what `django.contrib.admin` give
# Then attach the mongoadmin to your model
Post.mongoadmin = MongoAdmin()

* http://django-mongonaut.readthedocs.org/en/latest/api.html
* https://django-mongonaut.readthedocs.io/en/latest/api.html

Documentation
==============

All the documentation for this project is hosted at http://django-mongonaut.rtfd.org.
All the documentation for this project is hosted at https://django-mongonaut.readthedocs.io.

Dependencies
============
Expand Down

0 comments on commit 6cad9ab

Please sign in to comment.