diff options
author | Waylan Limberg <waylan@gmail.com> | 2012-03-07 23:56:25 -0500 |
---|---|---|
committer | Waylan Limberg <waylan@gmail.com> | 2012-03-07 23:56:25 -0500 |
commit | 371a637d37cac629818cf4d618299ccfcbbbc1d0 (patch) | |
tree | 6b0eaf5ebe9df470df7dd3c5f621e950501540ec /markdown/__init__.py | |
parent | 91f022a2e6f677162df477108cae5698a866f746 (diff) | |
download | python-markdown-371a637d37cac629818cf4d618299ccfcbbbc1d0.tar.gz |
Point to docs hosted with PyPI rather than Yuri's missing site.
Diffstat (limited to 'markdown/__init__.py')
-rw-r--r-- | markdown/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/markdown/__init__.py b/markdown/__init__.py index 013fdc8..f259615 100644 --- a/markdown/__init__.py +++ b/markdown/__init__.py @@ -10,7 +10,7 @@ called from the command line. import markdown html = markdown.markdown(your_text_string) -See <http://www.freewisdom.org/projects/python-markdown/> for more +See <http://packages.python.org/Markdown/> for more information and instructions on how to extend the functionality of Python Markdown. Read that before you try modifying this file. |