Skip to content

Commit

Permalink
clean documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
mworion committed Apr 19, 2024
1 parent 1a1cd87 commit a949f2a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions doc/changelog/changelogScripts.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Released versions of scripts
============================
Changes
=======
The changelog contains the user related function or environment updates. For a
detailed changes list, please refer to the commit list on GitHub.

Expand Down
4 changes: 1 addition & 3 deletions mw4/gui/mainWmixin/tabSett_Misc.py
Original file line number Diff line number Diff line change
Expand Up @@ -665,9 +665,7 @@ def openPDF(self):
"""
:return:
"""
fileName = './data/mountwizzard4.pdf'
filePath = os.path.abspath(fileName)
url = f'file://{filePath}'
url = 'https://mworion.github.io/MountWizzard4/'
if not webbrowser.open(url, new=0):
self.msg.emit(2, 'System', 'Setting Misc', 'Browser failed')
else:
Expand Down

0 comments on commit a949f2a

Please sign in to comment.