# HG changeset patch # User Thomas De Schampheleire # Date 2015-03-14 21:50:44 # Node ID 24e426cd40ac95b56016d7a123e7f3db3d5bd172 # Parent 329dd2b2025dd5235edfa438b724ba3d8d0e3371 README: link to readthedocs.org rather than python.org for documentation The documentation at readthedocs.org is up-to-date with the latest revision, while python.org shows the latest release. diff --git a/README.rst b/README.rst --- a/README.rst +++ b/README.rst @@ -30,7 +30,7 @@ Official releases of Kallithea can be in The development repository is kept very stable and used in production by the developers - you can do the same. -Please visit http://packages.python.org/Kallithea/installation.html for +Please visit https://docs.kallithea-scm.org/en/latest/installation.html for more details. @@ -131,7 +131,7 @@ Online documentation -------------------- Online documentation for the current version of Kallithea is available at https://pythonhosted.org/Kallithea/. -Documentation for the current development version can be found on http://docs.kallithea-scm.org/. +Documentation for the current development version can be found on https://docs.kallithea-scm.org/. You can also build the documentation locally: go to ``docs/`` and run::