summaryrefslogtreecommitdiff
path: root/markdown/extensions/headerid.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/headerid.py
parentd620a31e1eb9ea529fcdf5d64419eda60d2b407e (diff)
downloadpython-markdown-96636540ed04d29d6726f253ae014e89ecb0713c.tar.gz
'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/headerid.py')
-rw-r--r--markdown/extensions/headerid.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/markdown/extensions/headerid.py b/markdown/extensions/headerid.py
index 55e09ce..f96f239 100644
--- a/markdown/extensions/headerid.py
+++ b/markdown/extensions/headerid.py
@@ -63,14 +63,14 @@ Use with MetaData extension:
Copyright 2007-2011 [Waylan Limberg](http://achinghead.com/).
-Project website: <http://packages.python.org/Markdown/extensions/header_id.html>
+Project website: <https://pythonhosted.org/Markdown/extensions/header_id.html>
Contact: markdown@freewisdom.org
License: BSD (see ../docs/LICENSE for details)
Dependencies:
* [Python 2.3+](http://python.org)
-* [Markdown 2.0+](http://packages.python.org/Markdown/)
+* [Markdown 2.0+](https://pythonhosted.org/Markdown/)
"""