summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian Holovaty <adrian@holovaty.com>2010-01-09 19:14:13 +0000
committerAdrian Holovaty <adrian@holovaty.com>2010-01-09 19:14:13 +0000
commit45b5d02279162b00f4a2f54981d6e6ae18e709c1 (patch)
treeefce372ea66708c8240bb348ed8f43965176086e
parent88265d4a731e8b2071853d275f1bdac9465bc1f4 (diff)
Fixed #12495 -- Fixed broken link in django.contrib.markup docstring
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12130 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-rw-r--r--django/contrib/markup/templatetags/markup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/django/contrib/markup/templatetags/markup.py b/django/contrib/markup/templatetags/markup.py
index 982620bd08..7fd136154d 100644
--- a/django/contrib/markup/templatetags/markup.py
+++ b/django/contrib/markup/templatetags/markup.py
@@ -3,7 +3,7 @@ Set of "markup" template filters for Django. These filters transform plain text
markup syntaxes to HTML; currently there is support for:
* Textile, which requires the PyTextile library available at
- http://dealmeida.net/projects/textile/
+ http://loopcore.com/python-textile/
* Markdown, which requires the Python-markdown library from
http://www.freewisdom.org/projects/python-markdown