diff options
author | Waylan Limberg <waylan@gmail.com> | 2011-09-22 11:08:47 -0400 |
---|---|---|
committer | Waylan Limberg <waylan@gmail.com> | 2011-09-22 11:08:47 -0400 |
commit | ab1d9f15546b1c2a161bb56058f5f6c825579234 (patch) | |
tree | 7c39d5d6330b9f3b5d4aeb7a9bd3a86a7a2d8175 /docs/extensions/wikilinks.md | |
parent | 107ab187cba2fba2413f2677b919f71f0b021d82 (diff) | |
download | markdown-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/wikilinks.md')
-rw-r--r-- | docs/extensions/wikilinks.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/extensions/wikilinks.md b/docs/extensions/wikilinks.md index 8bbead5..c54f6d4 100644 --- a/docs/extensions/wikilinks.md +++ b/docs/extensions/wikilinks.md @@ -119,9 +119,9 @@ Some may prefer the more complex format when calling the `Markdown` class direct Using with Meta-Data -------------------- -The WikiLink Extension also supports the [[Meta-Data]] Extension. Please see -the documentation for that extension for specifics. The supported meta-data -keywords are: +The WikiLink Extension also supports the [Meta-Data](meta_date.html) Extension. +Please see the documentation for that extension for specifics. The supported +meta-data keywords are: * `wiki_base_url` * `wiki_end_url` |