X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FCore%2FInstaller.php;h=2824b072c414e853d1abe51a19aa1d35946c75bd;hb=de90f5351fb4fc469a89cf911207cb8e22c71211;hp=85538d579f3b987a2e7d5478ea1bb0de75798042;hpb=56a77f5275ba8566a37d690ade0e929c88b828e2;p=friendica.git diff --git a/src/Core/Installer.php b/src/Core/Installer.php index 85538d579f..2824b072c4 100644 --- a/src/Core/Installer.php +++ b/src/Core/Installer.php @@ -505,7 +505,7 @@ class Installer $help = DI::l10n()->t('The web installer needs to be able to create a file called "local.config.php" in the "config" folder of your web server and it is unable to do so.') . EOL; $help .= DI::l10n()->t('This is most often a permission setting, as the web server may not be able to write files in your folder - even if you can.') . EOL; $help .= DI::l10n()->t('At the end of this procedure, we will give you a text to save in a file named local.config.php in your Friendica "config" folder.') . EOL; - $help .= DI::l10n()->t('You can alternatively skip this procedure and perform a manual installation. Please see the file "INSTALL.txt" for instructions.') . EOL; + $help .= DI::l10n()->t('You can alternatively skip this procedure and perform a manual installation. Please see the file "doc/INSTALL.md" for instructions.') . EOL; } $this->addCheck(DI::l10n()->t('config/local.config.php is writable'), $status, false, $help);