mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-30 11:04:50 +00:00
Fix help start page URL
This commit is contained in:
parent
7bc2919e58
commit
8dbb5e517d
1 changed files with 1 additions and 1 deletions
|
|
@ -113,7 +113,7 @@ class LinkCheckerMain (QtGui.QMainWindow, Ui_MainWindow):
|
|||
@QtCore.pyqtSignature("")
|
||||
def on_actionHelp_triggered (self):
|
||||
"""Show help page."""
|
||||
url = QtCore.QUrl("%sindex.html" % DocBaseUrl)
|
||||
url = QtCore.QUrl("%sdocumentation.html" % DocBaseUrl)
|
||||
self.assistant.showDocumentation(url)
|
||||
|
||||
@QtCore.pyqtSignature("")
|
||||
|
|
|
|||
Loading…
Reference in a new issue