Skip to content

Commit

Permalink
Merge pull request #2927 from SasView/2908-links-in-tutorialrst-dont-…
Browse files Browse the repository at this point in the history
…resolve

Tutorials open in browser to avoid PDF failure
  • Loading branch information
smk78 authored Jul 3, 2024
2 parents c703ae4 + 6610e23 commit 9009914
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sas/qtgui/MainWindow/GuiManager.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
"""
Expand Down

0 comments on commit 9009914

Please sign in to comment.