Skip to content

Commit 5d9354b

Browse files
committed
[_main_] update Help > Documentation menu item to point to new docs site
1 parent 5e1ecd6 commit 5d9354b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/slice/__main__.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -483,9 +483,7 @@ def menu_clicked_bugreport(self):
483483
)
484484

485485
def menu_clicked_documentation(self):
486-
QDesktopServices.openUrl(
487-
QUrl("https://github.com/source-foundry/Slice/blob/main/README.md")
488-
)
486+
QDesktopServices.openUrl(QUrl("https://slice-gui.netlify.app/docs/"))
489487

490488
def menu_clicked_fvar(self):
491489
QDesktopServices.openUrl(

0 commit comments

Comments
 (0)