aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorWaylan Limberg <waylan@gmail.com>2011-10-05 12:41:54 -0300
committerWaylan Limberg <waylan@gmail.com>2011-10-05 12:41:54 -0300
commit0110f03832689ce0165bf463654cd2d8a62e46e7 (patch)
treedd3c37240570674636504a4b2c34d3aa8447bd8e /docs
parent34f0858a2e69dd8fa83522e3e631497c83eea819 (diff)
downloadmarkdown-0110f03832689ce0165bf463654cd2d8a62e46e7.tar.gz
markdown-0110f03832689ce0165bf463654cd2d8a62e46e7.tar.bz2
markdown-0110f03832689ce0165bf463654cd2d8a62e46e7.zip
Fixed one more [[wikilink]] missed in previous commit.
Diffstat (limited to 'docs')
-rw-r--r--docs/release-2.1.0-alpha.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/release-2.1.0-alpha.md b/docs/release-2.1.0-alpha.md
index 1e5aa69..5e16d32 100644
--- a/docs/release-2.1.0-alpha.md
+++ b/docs/release-2.1.0-alpha.md
@@ -32,7 +32,7 @@ manually use Python 3.1's 2to3 tool to do a conversion.
wrapper methods. It now expects keyword arguments. Currently, the positional
arguments should continue to work, but the solution feels hacky and may be
removed in a future version. All users are encouraged to use keyword arguments
-as documented in [using_as_module]].
+as documented in [Using Markdown as a Python Library](using_as_module.html).
* Past versions of Python-Markdown provided module level Global variables which
controlled the behavior of a few different aspects of the parser. Those global