aboutsummaryrefslogtreecommitdiffstats
path: root/docs/extensions/smart_strong.md
diff options
context:
space:
mode:
authorWaylan Limberg <waylan@gmail.com>2011-09-22 11:08:47 -0400
committerWaylan Limberg <waylan@gmail.com>2011-09-22 11:08:47 -0400
commitab1d9f15546b1c2a161bb56058f5f6c825579234 (patch)
tree7c39d5d6330b9f3b5d4aeb7a9bd3a86a7a2d8175 /docs/extensions/smart_strong.md
parent107ab187cba2fba2413f2677b919f71f0b021d82 (diff)
downloadmarkdown-ab1d9f15546b1c2a161bb56058f5f6c825579234.tar.gz
markdown-ab1d9f15546b1c2a161bb56058f5f6c825579234.tar.bz2
markdown-ab1d9f15546b1c2a161bb56058f5f6c825579234.zip
Updated docs to no longer use the [[wikilink]] style links from the old wiki. All links are not realative links which should work with the supplied docs generator.
Diffstat (limited to 'docs/extensions/smart_strong.md')
-rw-r--r--docs/extensions/smart_strong.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/extensions/smart_strong.md b/docs/extensions/smart_strong.md
index c939016..6ccb1b7 100644
--- a/docs/extensions/smart_strong.md
+++ b/docs/extensions/smart_strong.md
@@ -23,8 +23,8 @@ Usage
extensions=['smart_strong'])
u'<p><strong>this__works__too</strong>.</p>'
-This extension is also included with the [[Extra]] Extension. You may call that
-extension to get this behavior with all the other features of 'Extra'.
+This extension is also included with the [Extra](extra.html) Extension. You may
+call that extension to get this behavior with all the other features of 'Extra'.
>>> markdown.markdown(text, extensions=['extra'])