aboutsummaryrefslogtreecommitdiffstats
path: root/markdown/extensions/smart_strong.py
diff options
context:
space:
mode:
Diffstat (limited to 'markdown/extensions/smart_strong.py')
-rw-r--r--markdown/extensions/smart_strong.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/markdown/extensions/smart_strong.py b/markdown/extensions/smart_strong.py
index 58570bb..eeded31 100644
--- a/markdown/extensions/smart_strong.py
+++ b/markdown/extensions/smart_strong.py
@@ -4,7 +4,7 @@ Smart_Strong Extension for Python-Markdown
This extention adds smarter handling of double underscores within words.
-See <https://pythonhosted.org/Markdown/extensions/smart_strong.html>
+See <https://Python-Markdown.github.io/extensions/smart_strong>
for documentation.
Original code Copyright 2011 [Waylan Limberg](http://achinghead.com)