aboutsummaryrefslogtreecommitdiffstats
path: root/markdown/extensions/fenced_code.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/fenced_code.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/fenced_code.py')
-rw-r--r--markdown/extensions/fenced_code.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/markdown/extensions/fenced_code.py b/markdown/extensions/fenced_code.py
index 25163cf..4403ccd 100644
--- a/markdown/extensions/fenced_code.py
+++ b/markdown/extensions/fenced_code.py
@@ -75,14 +75,14 @@ If the codehighlite extension and Pygments are installed, lines can be highlight
Copyright 2007-2008 [Waylan Limberg](http://achinghead.com/).
-Project website: <http://packages.python.org/Markdown/extensions/fenced_code_blocks.html>
+Project website: <https://pythonhosted.org/Markdown/extensions/fenced_code_blocks.html>
Contact: markdown@freewisdom.org
License: BSD (see ../docs/LICENSE for details)
Dependencies:
* [Python 2.4+](http://python.org)
-* [Markdown 2.0+](http://packages.python.org/Markdown/)
+* [Markdown 2.0+](https://pythonhosted.org/Markdown/)
* [Pygments (optional)](http://pygments.org)
"""