Fix URL to django-reversion doc.

Fix URL of django-reversion's documentation. Apparently, django-reversion uses Readthedocs instead of GitHub's wiki now.
This commit is contained in:
Jannis 2013-11-06 14:35:34 +01:00
parent 91d5e137f1
commit bfd7186db0

View file

@ -62,7 +62,7 @@ Short installation howto
4. Set ``DBTEMPLATES_USE_REVERSION`` setting to ``True``
.. _django-reversion: https://github.com/etianen/django-reversion
.. _django-reversion's documentation: https://github.com/etianen/django-reversion/wiki/getting-started
.. _django-reversion's documentation: http://django-reversion.readthedocs.org/en/latest/
.. _commands: