comparison libgui/src/main-window.cc @ 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 a44009224387
children 1a0756f7c90a
comparison
equal deleted inserted replaced
31187:0a2bf14dd400 31188:be5f23b39ee3
860 QDesktopServices::openUrl (QUrl ("https://octave.org/bugs.html")); 860 QDesktopServices::openUrl (QUrl ("https://octave.org/bugs.html"));
861 } 861 }
862 862
863 void main_window::open_octave_packages_page (void) 863 void main_window::open_octave_packages_page (void)
864 { 864 {
865 QDesktopServices::openUrl (QUrl ("https://octave.org/packages.html")); 865 QDesktopServices::openUrl (QUrl ("https://packages.octave.org/index.html"));
866 } 866 }
867 867
868 void main_window::open_contribute_page (void) 868 void main_window::open_contribute_page (void)
869 { 869 {
870 QDesktopServices::openUrl (QUrl ("https://octave.org/contribute.html")); 870 QDesktopServices::openUrl (QUrl ("https://octave.org/contribute.html"));