diff libgui/src/welcome-wizard.cc @ 25024:3c817af70eed stable

maint: use https for all Octave project URLs * README, update-bug-status.sh, configure.ac, bugs.txi, errors.txi, func.txi, octave-cli.1, octave.1, oop.txi, preface.txi, testfun.txi, CHECKLIST, PROJECTS, be_BY.ts, de_DE.ts, en_US.ts, es_ES.ts, eu_ES.ts, fr_FR.ts, it_IT.ts, ja_JP.ts, nl_NL.ts, pt_BR.ts, pt_PT.ts, ru_RU.ts, uk_UA.ts, zh_CN.ts, main-window.cc, welcome-wizard.cc, version.cc, __unimplemented__.m, help.m, __additional_help_message__.m, bug_report.m, info.m, __publish_html_output__.m, publish.m, get_forge_pkg.m, list_forge_packages.m, test.m, test_script_example.m: Use https for all Octave project URLs under octave.org or www.gnu.org/software/octave.
author Mike Miller <mtmiller@octave.org>
date Tue, 27 Mar 2018 13:54:58 -0700
parents ea1c88bd4430
children 6652d3823428
line wrap: on
line diff
--- a/libgui/src/welcome-wizard.cc	Tue Mar 27 12:38:00 2018 -0700
+++ b/libgui/src/welcome-wizard.cc	Tue Mar 27 13:54:58 2018 -0700
@@ -198,7 +198,7 @@
            "<p>When Octave starts, it will optionally check the Octave web site for current news and information about the Octave community.\n"
            "The check will happen at most once each day and news will only be displayed if there is something new since the last time you viewed the news.</p>\n"
            "<p>You may also view the news by selecting the \"Community News\" item in the \"Help\" menu, or by visiting\n"
-           "<a href=\"http://octave.org/community-news.html\">http://octave.org/community-news.html</a>.</p>\n"
+           "<a href=\"https://octave.org/community-news.html\">https://octave.org/community-news.html</a>.</p>\n"
            "</body></html>"));
     m_message->setWordWrap (true);
     m_message->setMinimumWidth (400);
@@ -287,7 +287,7 @@
       (tr ("<html><body>\n"
            "<p>We hope you find Octave to be a useful tool.</p>\n"
            "<p>If you encounter problems, there are a number of ways to get help, including commercial support options, a mailing list, a wiki, and other community-based support channels.\n"
-           "You can find more information about each of these by visiting <a href=\"http://octave.org/support.html\">http://octave.org/support.html</a> (opens in external browser).</p>\n"
+           "You can find more information about each of these by visiting <a href=\"https://octave.org/support.html\">https://octave.org/support.html</a> (opens in external browser).</p>\n"
            "</body></html>"));
     m_message->setWordWrap (true);
     m_message->setMinimumWidth (400);
@@ -312,8 +312,8 @@
            "<head/><body>\n"
            "<p>For more information about Octave:</p>\n"
            "<ul>\n"
-           "<li>Visit <a href=\"http://octave.org\">http://octave.org</a> (opens in external browser)</li>\n"
-           "<li>Get the documentation online as <a href=\"http://www.gnu.org/software/octave/doc/interpreter/index.html\">html</a>- or <a href=\"http://www.gnu.org/software/octave/octave.pdf\">pdf</span></a>-document (opens in external browser)</li>\n"
+           "<li>Visit <a href=\"https://octave.org\">https://octave.org</a> (opens in external browser)</li>\n"
+           "<li>Get the documentation online as <a href=\"https://www.gnu.org/software/octave/doc/interpreter/index.html\">html</a>- or <a href=\"https://www.gnu.org/software/octave/octave.pdf\">pdf</span></a>-document (opens in external browser)</li>\n"
            "<li>Open the documentation browser of the Octave GUI with the help menu</li>\n"
            "</ul>\n"
            "</body></html>"));