Updated various links to reflect the new repository location [skip ci]

This commit is contained in:
James Cole
2017-01-01 20:32:39 +01:00
parent 3191a6c12b
commit 49982d6eb1
9 changed files with 11 additions and 25 deletions

View File

@@ -12,12 +12,5 @@
declare(strict_types = 1);
return [
'text' => [
'3.7' => 'Because of the upgrade to Laravel 5.2, several manual changes must be made to your Firefly III installation. ' .
'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-4.0',
'4.1' => 'Please find the full upgrade instructions here: https://github.com/JC5/firefly-iii/wiki/Upgrade-to-4.0',
],
'text' => [],
];