mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-07 13:23:31 +00:00
This commit is contained in:
4
public/v1/js/ff/install/index.js
vendored
4
public/v1/js/ff/install/index.js
vendored
@@ -149,6 +149,6 @@ function completeDone() {
|
||||
|
||||
function displaySoftFail(message) {
|
||||
$('#status-box').html('<i class="fa fa-warning"></i> ' + message + '<br /><br />Please read the ' +
|
||||
'<a href="http://firefly-iii.readthedocs.io/en/latest/support/faq.html#i-get-an-error-during-the-automatic-installation-and-upgrade">' +
|
||||
'official documentation</a> about this, and upgrade by hand.');
|
||||
'<a href="https://docs.firefly-iii.org/">' +
|
||||
'documentation</a> about this, and upgrade by hand.');
|
||||
}
|
Reference in New Issue
Block a user