From 0bc6be604d465406c5909b13162e7097ab0ea2f8 Mon Sep 17 00:00:00 2001 From: martinamca <685486+gultas@users.noreply.github.com> Date: Wed, 8 Mar 2023 21:28:33 +0300 Subject: [PATCH] Update installation.rst The link to Blinker does not work. --- docs/installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation.rst b/docs/installation.rst index 8a338e18..a864f881 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -44,7 +44,7 @@ use them if you install them. * `Watchdog`_ provides a faster, more efficient reloader for the development server. -.. _Blinker: https://pythonhosted.org/blinker/ +.. _Blinker: https://blinker.readthedocs.io/en/stable/ .. _python-dotenv: https://github.com/theskumar/python-dotenv#readme .. _watchdog: https://pythonhosted.org/watchdog/