diff --git a/config/upgrade.php b/config/upgrade.php index d764b3fd13..9d03ff36f6 100644 --- a/config/upgrade.php +++ b/config/upgrade.php @@ -17,6 +17,6 @@ return [ 'Please follow the instructions on the following page: https://github.com/JC5/firefly-iii/wiki/Upgrade-to-3.7.0', '3.8' => 'This version of Firefly III requires PHP 7.0.', '3.10' => 'Please find the full upgrade instructions here: https://github.com/JC5/firefly-iii/wiki/Upgrade-to-3.10', - '4.0' => 'Please find the full upgrade instructions here: https://github.com/JC5/firefly-iii/wiki/Upgrade-to-3.10', + '4.0' => 'Please find the full upgrade instructions here: https://github.com/JC5/firefly-iii/wiki/Upgrade-to-4.0', ], ];