changeset 21670:927d7bc4bdfa

maint: Periodic merge of stable to default.
author Rik <rik@octave.org>
date Tue, 03 May 2016 09:35:48 -0700
parents 58f5a6347851 (current diff) 7cb63f3994b0 (diff)
children c579ab9ee4f3
files libgui/src/main-window.cc
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libgui/src/main-window.cc	Tue May 03 03:31:55 2016 +0100
+++ b/libgui/src/main-window.cc	Tue May 03 09:35:48 2016 -0700
@@ -352,7 +352,8 @@
 void
 main_window::open_online_documentation_page (void)
 {
-  QDesktopServices::openUrl (QUrl ("http://octave.org/doc/interpreter"));
+  QDesktopServices::openUrl (
+    QUrl ("http://octave.org/doc/interpreter/index.html"));
 }
 
 void