diff --git a/src/sas/qtgui/MainWindow/GuiManager.py b/src/sas/qtgui/MainWindow/GuiManager.py index 85c53c60c6..4e933ecd0a 100644 --- a/src/sas/qtgui/MainWindow/GuiManager.py +++ b/src/sas/qtgui/MainWindow/GuiManager.py @@ -1264,8 +1264,8 @@ def actionTutorial(self): """ Open the page with tutorial PDF links """ - helpfile = "/user/tutorial.html" - self.showHelp(helpfile) + + webbrowser.open("https://www.sasview.org/docs/user/tutorial.html") def actionAcknowledge(self): """