aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorWaylan Limberg <waylan@gmail.com>2012-03-07 23:56:25 -0500
committerWaylan Limberg <waylan@gmail.com>2012-03-07 23:56:25 -0500
commit371a637d37cac629818cf4d618299ccfcbbbc1d0 (patch)
tree6b0eaf5ebe9df470df7dd3c5f621e950501540ec /README.md
parent91f022a2e6f677162df477108cae5698a866f746 (diff)
downloadmarkdown-371a637d37cac629818cf4d618299ccfcbbbc1d0.tar.gz
markdown-371a637d37cac629818cf4d618299ccfcbbbc1d0.tar.bz2
markdown-371a637d37cac629818cf4d618299ccfcbbbc1d0.zip
Point to docs hosted with PyPI rather than Yuri's missing site.
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index a429619..97a44b1 100644
--- a/README.md
+++ b/README.md
@@ -7,10 +7,10 @@ though there are a few known issues. See [Features][] for information
on what exactly is supported and what is not. Additional features are
supported by the [Available Extensions][].
-[Python-Markdown]: http://freewisdom.org/projects/python-markdown
+[Python-Markdown]: http://packages.python.org/Markdown/
[Markdown]: http://daringfireball.net/projects/markdown/
-[Features]: http://www.freewisdom.org/projects/python-markdown/Features
-[Available Extensions]: http://www.freewisdom.org/projects/python-markdown/Available_Extensions
+[Features]: http://packages.python.org/Markdown/index.html#Features
+[Available Extensions]: http://packages.python.org/Markdown/extensions/index.html
Documentation
@@ -18,7 +18,7 @@ Documentation
Installation and usage documentation is available in the `docs/` directory
of the distribution and on the project website at
-<http://freewisdom.org/projects/python-markdown>.
+<http://packages.python.org/Markdown/>.
Support
-------