From 76a1facd55eb62d38bcea98b0df38781b3afea87 Mon Sep 17 00:00:00 2001 From: someonewithpc Date: Mon, 10 May 2021 13:56:16 +0000 Subject: [PATCH] [INSTALL] Update mailing list URL, as recommended by @Gijs Closes notabug issue #327 --- lib/util/installer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/util/installer.php b/lib/util/installer.php index faac3a2c55..6b4270d016 100644 --- a/lib/util/installer.php +++ b/lib/util/installer.php @@ -706,7 +706,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 or IRC. FAQ is found here.' + '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;