Skip to content

Commit

Permalink
Point to web docs instead
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas-wilkins authored Jul 2, 2024
1 parent 9464834 commit 6610e23
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/sas/qtgui/MainWindow/GuiManager.py
Original file line number Diff line number Diff line change
Expand Up @@ -1265,8 +1265,7 @@ def actionTutorial(self):
Open the page with tutorial PDF links
"""

help_path = HELP_DIRECTORY_LOCATION / "user" / "tutorial.html"
webbrowser.open(help_path.as_uri())
webbrowser.open("https://www.sasview.org/docs/user/tutorial.html")

def actionAcknowledge(self):
"""
Expand Down

0 comments on commit 6610e23

Please sign in to comment.