mirror of
https://github.com/LMMS/lmms.git
synced 2026-04-02 05:16:40 -04:00
Update online help link (#3291)
This commit is contained in:
committed by
Tres Finocchiaro
parent
c1993d6feb
commit
fc40481a6b
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user