aboutsummaryrefslogtreecommitdiffstats
path: root/markdown/extensions/nl2br.py
diff options
context:
space:
mode:
authorWaylan Limberg <waylan.limberg@icloud.com>2014-08-21 10:12:43 -0400
committerWaylan Limberg <waylan.limberg@icloud.com>2014-08-21 10:12:43 -0400
commit96636540ed04d29d6726f253ae014e89ecb0713c (patch)
tree8ba12c2a0955d6474fe396666e5cc6d208eaf28d /markdown/extensions/nl2br.py
parentd620a31e1eb9ea529fcdf5d64419eda60d2b407e (diff)
downloadmarkdown-96636540ed04d29d6726f253ae014e89ecb0713c.tar.gz
markdown-96636540ed04d29d6726f253ae014e89ecb0713c.tar.bz2
markdown-96636540ed04d29d6726f253ae014e89ecb0713c.zip
'http://packages.python.org/Markdown/' => 'https://pythonhosted.org/Markdown/'. The former redirects to the latter anyway. Might as well point to the actual destination.
Diffstat (limited to 'markdown/extensions/nl2br.py')
-rw-r--r--markdown/extensions/nl2br.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/markdown/extensions/nl2br.py b/markdown/extensions/nl2br.py
index c355c13..eab4084 100644
--- a/markdown/extensions/nl2br.py
+++ b/markdown/extensions/nl2br.py
@@ -16,7 +16,7 @@ Copyright 2011 [Brian Neal](http://deathofagremmie.com/)
Dependencies:
* [Python 2.4+](http://python.org)
-* [Markdown 2.1+](http://packages.python.org/Markdown/)
+* [Markdown 2.1+](https://pythonhosted.org/Markdown/)
"""