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
This commit is contained in:
Adrian Holovaty 2010-01-09 19:14:13 +00:00
parent 88265d4a73
commit 45b5d02279
1 changed files with 1 additions and 1 deletions

View File

@ -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