changeset 8604:61bd04b90f58

docs: clean up readthedocs URLs It will redirect to the canonical URL https://*.readthedocs.io/en/latest , and there is no point in linking to /en/latest .
author Mads Kiilerich <mads@kiilerich.com>
date Sat, 01 Aug 2020 22:28:19 +0200
parents b42eae7b7abb
children 7a7273f08cfb
files docs/overview.rst docs/setup.rst docs/usage/email.rst scripts/make-release
diffstat 4 files changed, 7 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/docs/overview.rst	Sat Aug 01 23:18:43 2020 +0200
+++ b/docs/overview.rst	Sat Aug 01 22:28:19 2020 +0200
@@ -220,13 +220,13 @@
 .. _Python: http://www.python.org/
 .. _Gunicorn: http://gunicorn.org/
 .. _Gevent: http://www.gevent.org/
-.. _Waitress: http://waitress.readthedocs.org/en/latest/
-.. _Gearbox: http://turbogears.readthedocs.io/en/latest/turbogears/gearbox.html
+.. _Waitress: https://docs.pylonsproject.org/projects/waitress/
+.. _Gearbox: https://turbogears.readthedocs.io/en/latest/turbogears/gearbox.html
 .. _PyPI: https://pypi.python.org/pypi
 .. _Apache httpd: http://httpd.apache.org/
 .. _mod_wsgi: https://code.google.com/p/modwsgi/
 .. _isapi-wsgi: https://github.com/hexdump42/isapi-wsgi
-.. _uWSGI: https://uwsgi-docs.readthedocs.org/en/latest/
+.. _uWSGI: https://uwsgi-docs.readthedocs.io/
 .. _nginx: http://nginx.org/en/
 .. _iis: http://en.wikipedia.org/wiki/Internet_Information_Services
 .. _pip: http://en.wikipedia.org/wiki/Pip_%28package_manager%29
--- a/docs/setup.rst	Sat Aug 01 23:18:43 2020 +0200
+++ b/docs/setup.rst	Sat Aug 01 22:28:19 2020 +0200
@@ -232,7 +232,7 @@
 
 Kallithea provides full text search of repositories using `Whoosh`__.
 
-.. __: https://whoosh.readthedocs.io/en/latest/
+.. __: https://whoosh.readthedocs.io/
 
 For an incremental index build, run::
 
--- a/docs/usage/email.rst	Sat Aug 01 23:18:43 2020 +0200
+++ b/docs/usage/email.rst	Sat Aug 01 22:28:19 2020 +0200
@@ -89,8 +89,8 @@
 References
 ----------
 
-- `Error Middleware (Pylons documentation) <http://pylons-webframework.readthedocs.org/en/latest/debugging.html#error-middleware>`_
-- `ErrorHandler (Pylons modules documentation) <http://pylons-webframework.readthedocs.org/en/latest/modules/middleware.html#pylons.middleware.ErrorHandler>`_
+- `Error Middleware (Pylons documentation) <https://pylons-webframework.readthedocs.io/en/latest/debugging.html#error-middleware>`_
+- `ErrorHandler (Pylons modules documentation) <https://pylons-webframework.readthedocs.io/en/latest/modules/middleware.html#pylons.middleware.ErrorHandler>`_
 
 
 .. _backlash: https://github.com/TurboGears/backlash
--- a/scripts/make-release	Sat Aug 01 23:18:43 2020 +0200
+++ b/scripts/make-release	Sat Aug 01 22:28:19 2020 +0200
@@ -75,7 +75,7 @@
 xdg-open https://readthedocs.org/projects/kallithea/
 curl -X POST http://readthedocs.org/build/kallithea
 xdg-open https://readthedocs.org/projects/kallithea/builds
-xdg-open http://docs.kallithea-scm.org/en/latest/ # or whatever the branch is
+xdg-open https://docs.kallithea-scm.org/en/latest/ # or whatever the branch is
 
 twine upload dist/*
 xdg-open https://pypi.python.org/pypi/Kallithea