aboutsummaryrefslogtreecommitdiffstats
path: root/markdown/extensions/fenced_code.py
diff options
context:
space:
mode:
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)
"""