diff options
author | Waylan Limberg <waylan@gmail.com> | 2012-03-07 06:25:50 -0500 |
---|---|---|
committer | Waylan Limberg <waylan@gmail.com> | 2012-03-07 06:40:17 -0500 |
commit | bbdbde59f7edde5df5630308fbffd657b3c26f60 (patch) | |
tree | 5415c506bf548b9a327f9f7e0ce05ac84124221a /docs/index.md | |
parent | dd380f464a4eaa1a7e5eca9e4ab2b0bf32ecb835 (diff) | |
download | markdown-bbdbde59f7edde5df5630308fbffd657b3c26f60.tar.gz markdown-bbdbde59f7edde5df5630308fbffd657b3c26f60.tar.bz2 markdown-bbdbde59f7edde5df5630308fbffd657b3c26f60.zip |
Renamed a few docswith better file names.
Diffstat (limited to 'docs/index.md')
-rw-r--r-- | docs/index.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/index.md b/docs/index.md index 1c6ca5a..fb48399 100644 --- a/docs/index.md +++ b/docs/index.md @@ -30,13 +30,13 @@ features: Python-Markdown defaults to ignoring middle-word emphasis. In other words, `some_long_filename.txt` will not become `some<em>long</em>filename.txt`. This can be switched off if desired. See the - [Library Reference](using_as_module.html) for details. + [Library Reference](reference.html) for details. * __Extensions__ - Various [extensions](extensions/) are provided (including + Various [extensions](extensions/index.html) are provided (including [extra](extensions/extra.html)) to expand the base syntax. Additionally, - a public [Extension API](writing_extensions.html) is available to write + a public [Extension API](extensions/api.html) is available to write your own extensions. * __Output Formats__ @@ -52,7 +52,7 @@ features: * __Command Line Interface__ In addition to being a Python Library, a - [command line script](command_line.html) is available for your convenience. + [command line script](cli.html) is available for your convenience. Support ------- |