]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Fix broken link to FAQ in web installer
authorChimo <chimo@chromic.org>
Sat, 25 Jul 2015 14:34:59 +0000 (10:34 -0400)
committerChimo <chimo@chromic.org>
Sat, 25 Jul 2015 14:36:31 +0000 (10:36 -0400)
lib/installer.php

index 0a46b2a50815e697647d7c87371d9faf3bcf0b42..29a43833022c902ecaf7e0c0bd00e4de6e10a738 100644 (file)
@@ -622,7 +622,7 @@ abstract class Installer
 
         $this->updateStatus("GNU social has been installed at $link");
         $this->updateStatus(
-            '<strong>DONE!</strong> You can visit your <a href="'.htmlspecialchars($link).'">new GNU social site</a> (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 <a href="https://gnu.io/social/resources/">mailing list or IRC.</a>. <a href="'.htmlspecialchars($link).'/doc/faq/">FAQ is found here</a>.'
+            '<strong>DONE!</strong> You can visit your <a href="'.htmlspecialchars($link).'">new GNU social site</a> (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 <a href="https://gnu.io/social/resources/">mailing list or IRC</a>. <a href="'.htmlspecialchars($link).'/doc/faq">FAQ is found here</a>.'
         );
 
         return true;