Skip to content

Commit 0543807

Browse files
committed
fixed url of Help->Online Tutorial
1 parent c52e238 commit 0543807

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

larray_editor/editor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -625,7 +625,7 @@ def open_documentation(self):
625625
QDesktopServices.openUrl(QUrl("http://larray.readthedocs.io/en/stable/"))
626626

627627
def open_tutorial(self):
628-
QDesktopServices.openUrl(QUrl("http://larray.readthedocs.io/en/stable/notebooks/LArray_intro.html"))
628+
QDesktopServices.openUrl(QUrl("http://larray.readthedocs.io/en/stable/tutorial.html"))
629629

630630
def open_api_documentation(self):
631631
QDesktopServices.openUrl(QUrl("http://larray.readthedocs.io/en/stable/api.html"))

0 commit comments

Comments
 (0)