From fafc132dcb0597b40ae836d737e24a24035dc756 Mon Sep 17 00:00:00 2001 From: nabbisen Date: Sun, 29 Aug 2021 22:21:36 +0900 Subject: [PATCH] Update cherokee links in docs/deploying (#4249) --- docs/deploying/fastcgi.rst | 2 +- docs/deploying/uwsgi.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/deploying/fastcgi.rst b/docs/deploying/fastcgi.rst index ef2201c8..d3614d37 100644 --- a/docs/deploying/fastcgi.rst +++ b/docs/deploying/fastcgi.rst @@ -234,5 +234,5 @@ python path. Common problems are: .. _nginx: https://nginx.org/ .. _lighttpd: https://www.lighttpd.net/ -.. _cherokee: http://cherokee-project.com/ +.. _cherokee: https://cherokee-project.com/ .. _flup: https://pypi.org/project/flup/ diff --git a/docs/deploying/uwsgi.rst b/docs/deploying/uwsgi.rst index 22930d7b..5b6fedad 100644 --- a/docs/deploying/uwsgi.rst +++ b/docs/deploying/uwsgi.rst @@ -67,5 +67,5 @@ to have it in the URL root its a bit simpler:: .. _nginx: https://nginx.org/ .. _lighttpd: https://www.lighttpd.net/ -.. _cherokee: http://cherokee-project.com/ +.. _cherokee: https://cherokee-project.com/ .. _uwsgi: https://uwsgi-docs.readthedocs.io/en/latest/