aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorWaylan Limberg <waylan.limberg@icloud.com>2014-08-21 10:12:43 -0400
committerWaylan Limberg <waylan.limberg@icloud.com>2014-08-21 10:12:43 -0400
commit96636540ed04d29d6726f253ae014e89ecb0713c (patch)
tree8ba12c2a0955d6474fe396666e5cc6d208eaf28d /README.md
parentd620a31e1eb9ea529fcdf5d64419eda60d2b407e (diff)
downloadmarkdown-96636540ed04d29d6726f253ae014e89ecb0713c.tar.gz
markdown-96636540ed04d29d6726f253ae014e89ecb0713c.tar.bz2
markdown-96636540ed04d29d6726f253ae014e89ecb0713c.zip
'http://packages.python.org/Markdown/' => 'https://pythonhosted.org/Markdown/'. The former redirects to the latter anyway. Might as well point to the actual destination.
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 715767b..a7f8550 100644
--- a/README.md
+++ b/README.md
@@ -13,10 +13,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://packages.python.org/Markdown/
+[Python-Markdown]: https://pythonhosted.org/Markdown/
[Markdown]: http://daringfireball.net/projects/markdown/
-[Features]: http://packages.python.org/Markdown/index.html#Features
-[Available Extensions]: http://packages.python.org/Markdown/extensions/index.html
+[Features]: https://pythonhosted.org/Markdown/index.html#Features
+[Available Extensions]: https://pythonhosted.org/Markdown/extensions/index.html
Documentation
@@ -24,7 +24,7 @@ Documentation
Installation and usage documentation is available in the `docs/` directory
of the distribution and on the project website at
-<http://packages.python.org/Markdown/>.
+<https://pythonhosted.org/Markdown/>.
Support
-------