We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c52e238 commit 0543807Copy full SHA for 0543807
larray_editor/editor.py
@@ -625,7 +625,7 @@ def open_documentation(self):
625
QDesktopServices.openUrl(QUrl("http://larray.readthedocs.io/en/stable/"))
626
627
def open_tutorial(self):
628
- QDesktopServices.openUrl(QUrl("http://larray.readthedocs.io/en/stable/notebooks/LArray_intro.html"))
+ QDesktopServices.openUrl(QUrl("http://larray.readthedocs.io/en/stable/tutorial.html"))
629
630
def open_api_documentation(self):
631
QDesktopServices.openUrl(QUrl("http://larray.readthedocs.io/en/stable/api.html"))
0 commit comments