From 4252a3e53ba72f2f13ffeb3b5238a948060d5a77 Mon Sep 17 00:00:00 2001 From: James Cole Date: Thu, 29 Sep 2016 07:04:58 +0200 Subject: [PATCH] Refer to correct page [skip ci] --- config/upgrade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', ], ];