]> git.mxchange.org Git - friendica.git/blobdiff - src/Core/Installer.php
Merge pull request #8812 from tobiasd/2020.06-credits
[friendica.git] / src / Core / Installer.php
index 31cdb26b9d5ef557eeaed5d5aa994269089e518e..37b51d2ed953a68a56e391e5ed4242737ab962a3 100644 (file)
@@ -259,7 +259,7 @@ class Installer
                $help = "";
                if (!$passed) {
                        $help .= DI::l10n()->t('Could not find a command line version of PHP in the web server PATH.') . EOL;
-                       $help .= DI::l10n()->t("If you don't have a command line version of PHP installed on your server, you will not be able to run the background processing. See <a href='https://github.com/friendica/friendica/blob/master/doc/Install.md#set-up-the-worker'>'Setup the worker'</a>") . EOL;
+                       $help .= DI::l10n()->t("If you don't have a command line version of PHP installed on your server, you will not be able to run the background processing. See <a href='https://github.com/friendica/friendica/blob/stable/doc/Install.md#set-up-the-worker'>'Setup the worker'</a>") . EOL;
                        $help .= EOL . EOL;
                        $tpl = Renderer::getMarkupTemplate('field_input.tpl');
                        /// @todo Separate backend Installer class and presentation layer/view