diff options
| author | Carl Meyer <carl@oddbird.net> | 2012-03-01 19:32:48 +0000 |
|---|---|---|
| committer | Carl Meyer <carl@oddbird.net> | 2012-03-01 19:32:48 +0000 |
| commit | b05abd8314a3e20c23b52248906848dcac6f09a4 (patch) | |
| tree | d091581056ddd295d3544c18d87f97932969ed78 /docs/ref | |
| parent | 98a1e14e093211f15e91daa4c9de0402be5d31b8 (diff) | |
Fixed broken link to python-markdown in contrib.markup docs.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17608 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/ref')
| -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 4b91313de4..d671e46e2c 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 |
