changeset 21669:7cb63f3994b0 stable

Use correct URL for Online Documentation (bug #47835). * main-window.cc (open_online_documentation_page): Append index.html to URL.
author Rik <rik@octave.org>
date Tue, 03 May 2016 09:28:48 -0700
parents 9191c24fb329
children 927d7bc4bdfa 32a6d948fea7
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	Mon Apr 25 08:04:18 2016 -0700
+++ b/libgui/src/main-window.cc	Tue May 03 09:28:48 2016 -0700
@@ -362,7 +362,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