From 5675f328b61d42482914ce00967e8585250fef54 Mon Sep 17 00:00:00 2001 From: abjectio Date: Wed, 20 May 2015 00:02:19 +0200 Subject: [PATCH] Fixing broken links during end of installation #26 - https://git.gnu.io/gnu/gnu-social/issues/26 --- lib/installer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/installer.php b/lib/installer.php index eb7c5c8690..0a46b2a508 100644 --- a/lib/installer.php +++ b/lib/installer.php @@ -622,7 +622,7 @@ abstract class Installer $this->updateStatus("GNU social has been installed at $link"); $this->updateStatus( - 'DONE! You can visit your new GNU social site (log in as "'.htmlspecialchars($this->adminNick).'"). If this is your first GNU social install, make your experience the best possible by visiting our resource site to join the mailing list and good documentation.' + 'DONE! You can visit your new GNU social site (log in as "'.htmlspecialchars($this->adminNick).'"). If this is your first GNU social install, make your experience the best possible by visiting our resource site to join the mailing list or IRC.. FAQ is found here.' ); return true; -- 2.39.5