changeset 31188:be5f23b39ee3

gui: Update Octave Packages menu link (bug #62897). * libgui/src/main-window.cc (main_window::open_octave_packages_page): update url to https://packages.octave.org/index.html
author John Donoghue <john.donoghue@ieee.org>
date Mon, 15 Aug 2022 13:49:54 +0900
parents 0a2bf14dd400
children 9a0e3f0b3823
files libgui/src/main-window.cc
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libgui/src/main-window.cc	Sat Aug 13 16:45:48 2022 -0700
+++ b/libgui/src/main-window.cc	Mon Aug 15 13:49:54 2022 +0900
@@ -862,7 +862,7 @@
 
   void main_window::open_octave_packages_page (void)
   {
-    QDesktopServices::openUrl (QUrl ("https://octave.org/packages.html"));
+    QDesktopServices::openUrl (QUrl ("https://packages.octave.org/index.html"));
   }
 
   void main_window::open_contribute_page (void)