diff tools/makeinst-script.sh.in @ 4650:1d9448607538

Use https in links whenever possible (Bug #53555). * configure.ac: Change AC_INIT call to use https://octave.org/bugs.html. * installer-files/README.html: Change links to use https. * src/default-octave.mk: Change PKG_URL link to point to https://hydra.nixos.org. * tools/makeinst-script.sh.in: Change WEB_SITE to https://www.octave.org.
author Rik <rik@octave.org>
date Fri, 06 Apr 2018 14:28:27 -0700
parents 982484a78b75
children 2f14bc0c6d0c
line wrap: on
line diff
--- a/tools/makeinst-script.sh.in	Fri Apr 06 16:45:31 2018 -0400
+++ b/tools/makeinst-script.sh.in	Fri Apr 06 14:28:27 2018 -0700
@@ -41,7 +41,7 @@
   cat >> $OUTFILE << EOF
 !define APP_NAME "GNU Octave"
 !define COMP_NAME "GNU Project"
-!define WEB_SITE "http://www.octave.org"
+!define WEB_SITE "https://www.octave.org"
 !define VERSION "$VERSION.0"
 !define OCTAVE_VERSION "$OCTAVE_VERSION"
 !define COPYRIGHT "Copyright © 2013 John W. Eaton and others."