diff --git a/app/Console/Kernel.php b/app/Console/Kernel.php
index 5296bde70a..1939ff84af 100644
--- a/app/Console/Kernel.php
+++ b/app/Console/Kernel.php
@@ -56,14 +56,14 @@ class Kernel extends ConsoleKernel
$schedule->call(
static function () {
Log::error(
- 'Firefly III no longer users the Laravel scheduler to do cron jobs! Please read the instructions at https://firefly-iii.readthedocs.io/en/latest/'
+ 'Firefly III no longer users the Laravel scheduler to do cron jobs! Please read the instructions at https://docs.firefly-iii.org/'
);
echo "\n";
echo '------------';
echo "\n";
echo wordwrap('Firefly III no longer users the Laravel scheduler to do cron jobs! Please read the instructions here:');
echo "\n";
- echo 'https://firefly-iii.readthedocs.io/en/latest/';
+ echo 'https://docs.firefly-iii.org/';
echo "\n\n";
echo 'Disable this cron job!';
echo "\n";
diff --git a/public/v1/js/ff/install/index.js b/public/v1/js/ff/install/index.js
index 49570f5475..b7ef6894ac 100644
--- a/public/v1/js/ff/install/index.js
+++ b/public/v1/js/ff/install/index.js
@@ -149,6 +149,6 @@ function completeDone() {
function displaySoftFail(message) {
$('#status-box').html(' ' + message + '
Please read the ' +
- '' +
- 'official documentation about this, and upgrade by hand.');
+ '' +
+ 'documentation about this, and upgrade by hand.');
}
\ No newline at end of file