# HG changeset patch # User John Donoghue # Date 1660538994 -32400 # Node ID be5f23b39ee3f2ce607de08467a0b9f3593586a6 # Parent 0a2bf14dd400245a018aa52ac588bb2abf471285 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 diff -r 0a2bf14dd400 -r be5f23b39ee3 libgui/src/main-window.cc --- 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)