From bfd7186db0914f6ba994dd871f3cdd0755a410ee Mon Sep 17 00:00:00 2001 From: Jannis Date: Wed, 6 Nov 2013 14:35:34 +0100 Subject: [PATCH] Fix URL to django-reversion doc. Fix URL of django-reversion's documentation. Apparently, django-reversion uses Readthedocs instead of GitHub's wiki now. --- docs/advanced.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/advanced.txt b/docs/advanced.txt index dc62866..273ab03 100644 --- a/docs/advanced.txt +++ b/docs/advanced.txt @@ -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: