Skip to content

Commit

Permalink
Merge pull request #915 from ajdapretnar/splash-screen-fix
Browse files Browse the repository at this point in the history
Splash screen fix
  • Loading branch information
lanzagar committed Dec 11, 2015
2 parents e885c10 + a4ad751 commit 9647972
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Orange/canvas/application/canvasmain.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
LINKS = \
{"start-using": BASE_LINK + "start-using/",
"tutorial": BASE_LINK + "tutorial/",
"reference": BASE_LINK + "doc/"
"reference": BASE_LINK + "docs/"
}


Expand Down Expand Up @@ -1260,7 +1260,7 @@ def tutorial(self, *args):
def documentation(self, *args):
"""Show reference documentation.
"""
url = QUrl(LINKS["tutorial"])
url = QUrl(LINKS["reference"])
QDesktopServices.openUrl(url)

def recent_scheme(self, *args):
Expand Down

0 comments on commit 9647972

Please sign in to comment.