Update online help link (#3291)

This commit is contained in:
Javier Serrano Polo
2017-01-24 20:07:42 +00:00
committed by Tres Finocchiaro
parent c1993d6feb
commit fc40481a6b

View File

@@ -1519,7 +1519,7 @@ void MainWindow::showTool( QAction * _idx )
void MainWindow::browseHelp()
{
// file:// alternative for offline help
QString url = "http://lmms.sf.net/wiki/index.php?title=Main_Page";
QString url = "https://lmms.io/documentation/";
QDesktopServices::openUrl( url );
// TODO: Handle error
}