diff options
| author | Carl Meyer <carl@oddbird.net> | 2012-03-01 19:34:23 +0000 |
|---|---|---|
| committer | Carl Meyer <carl@oddbird.net> | 2012-03-01 19:34:23 +0000 |
| commit | dad3e552349a708f32f492ca0cbc398b7b075de7 (patch) | |
| tree | 5ca1a5f845c7927f2576db0df0d5f5679042df7d | |
| parent | 41cd3b2ab121c1a9bf8797d221fd2a7bf0475a17 (diff) | |
[1.3.X] Fixed broken link to python-markdown in contrib.markup docs.
Backport of r17608 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@17609 bcc190cf-cafb-0310-a4f2-bffc1f526a37
| -rw-r--r-- | docs/ref/contrib/markup.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/contrib/markup.txt b/docs/ref/contrib/markup.txt index d5f07f57ef..7f43810674 100644 --- a/docs/ref/contrib/markup.txt +++ b/docs/ref/contrib/markup.txt @@ -35,7 +35,7 @@ For more documentation, read the source code in .. _Markdown: http://en.wikipedia.org/wiki/Markdown .. _reST (reStructured Text): http://en.wikipedia.org/wiki/ReStructuredText .. _PyTextile: http://loopcore.com/python-textile/ -.. _Python-markdown: http://www.freewisdom.org/projects/python-markdown +.. _Python-markdown: http://pypi.python.org/pypi/Markdown .. _doc-utils: http://docutils.sf.net/ reStructured Text |
