Update Online Help URL

git-svn-id: http://svn.igniterealtime.org/svn/repos/spark/trunk@7641 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
Derek DeMoro
2007-03-21 21:41:42 +00:00
committed by derek
parent 6438c11712
commit 249395edc9

View File

@ -433,7 +433,7 @@ public final class MainWindow extends ChatFrame implements ActionListener {
helpMenuItem.addActionListener(new AbstractAction() {
public void actionPerformed(ActionEvent e) {
try {
BrowserLauncher.openURL("http://www.jivesoftware.org/community/forum.jspa?forumID=49");
BrowserLauncher.openURL("http://www.igniterealtime.org/forum/forum.jspa?forumID=49");
}
catch (Exception browserException) {
Log.error("Error launching browser:", browserException);