diff libinterp/version.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 194eb4bd202b
children 6652d3823428
line wrap: on
line diff
--- a/libinterp/version.cc	Tue Mar 27 12:38:00 2018 -0700
+++ b/libinterp/version.cc	Tue Mar 27 13:54:58 2018 -0700
@@ -47,7 +47,7 @@
 octave_www_statement (bool html)
 {
   return "Additional information about Octave is available at "
-         + format_url (html, "http://www.octave.org.");
+         + format_url (html, "https://www.octave.org.");
 }
 
 std::string
@@ -55,13 +55,13 @@
 {
   return "Please contribute if you find this software useful.\n\
 For more information, visit "
-         + format_url (html, "http://www.octave.org/get-involved.html");
+         + format_url (html, "https://www.octave.org/get-involved.html");
 }
 
 std::string
 octave_bugs_statement (bool html)
 {
-  return "Read " + format_url (html, "http://www.octave.org/bugs.html")
+  return "Read " + format_url (html, "https://www.octave.org/bugs.html")
          + " to learn how to submit bug reports.";
 }