Add link to http://status.net/wiki/Getting_started on installer success screen.

This commit is contained in:
Brion Vibber 2010-03-04 09:50:54 -08:00
parent bc6a77f334
commit a3cb285da8
1 changed files with 1 additions and 1 deletions

View File

@ -664,7 +664,7 @@ STR;
updateStatus("StatusNet has been installed at $link");
updateStatus(
"You can visit your <a href='$link'>new StatusNet site</a> (login as '$adminNick')."
"<strong>DONE!</strong> You can visit your <a href='$link'>new StatusNet site</a> (login as '$adminNick'). If this is your first StatusNet install, you may want to poke around our <a href='http://status.net/wiki/Getting_started'>Getting Started guide</a>."
);
}