aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
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
-------