Skip to content

Commit

Permalink
Fixed OMSimulator documentation link
Browse files Browse the repository at this point in the history
  • Loading branch information
adeas31 committed Feb 20, 2019
1 parent 9f3d0f7 commit 775b6d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OMEdit/OMEditGUI/MainWindow.cpp
Expand Up @@ -2620,7 +2620,7 @@ void MainWindow::openModelicaWebReference()
*/
void MainWindow::openOMSimulatorUsersGuide()
{
QUrl OMSimulatorUsersGuideUrl (QString("https://openmodelica.org/doc/OMSimulator/html/"));
QUrl OMSimulatorUsersGuideUrl (QString("https://openmodelica.org/doc/OMSimulator/master/html/"));
QDesktopServices::openUrl(OMSimulatorUsersGuideUrl);
}

Expand Down

0 comments on commit 775b6d5

Please sign in to comment.