changeset 25025:7fb82487e828 stable

maint: use https for Octave Forge project URLs * package.txi, __unimplemented__.m, info.m: Use https://octave.sourceforge.io for all Octave Forge project URLs.
author Mike Miller <mtmiller@octave.org>
date Tue, 27 Mar 2018 14:03:52 -0700
parents 3c817af70eed
children f886561f9696
files doc/interpreter/package.txi scripts/help/__unimplemented__.m scripts/miscellaneous/info.m
diffstat 3 files changed, 6 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/doc/interpreter/package.txi	Tue Mar 27 13:54:58 2018 -0700
+++ b/doc/interpreter/package.txi	Tue Mar 27 14:03:52 2018 -0700
@@ -24,7 +24,7 @@
 installation of extra packages.  The `Octave-Forge' project is a
 community-maintained set of packages that can be downloaded and
 installed in Octave.  At the time of writing the `Octave-Forge' project
-can be found online at @url{http://octave.sourceforge.net}, but
+can be found online at @url{https://octave.sourceforge.io}, but
 since the Internet is an ever-changing place this may not be true at
 the time of reading.  Therefore it is recommended to see the Octave
 website for an updated reference.
--- a/scripts/help/__unimplemented__.m	Tue Mar 27 13:54:58 2018 -0700
+++ b/scripts/help/__unimplemented__.m	Tue Mar 27 14:03:52 2018 -0700
@@ -44,7 +44,7 @@
   switch (fcn)
     case {"avifile", "aviinfo", "aviread"}
       txt = ["Basic video file support is provided in the video package.  ", ...
-             "See @url{http://octave.sf.net/video/}."];
+             "See @url{https://octave.sourceforge.io/video/}."];
 
     case "exifread"
       txt = ["exifread is deprecated.  " ...
@@ -53,7 +53,7 @@
     case "funm"
       txt = ["funm is not currently part of core Octave.  ", ...
              "See the linear-algebra package at ", ...
-             "@url{http://octave.sourceforge.net/linear-algebra/}."];
+             "@url{https://octave.sourceforge.io/linear-algebra/}."];
 
     case "griddedInterpolant"
       txt = ["griddedInterpolant is not implemented.  ", ...
@@ -72,7 +72,7 @@
       txt = ["Octave provides lsode and ode45 for solving differential equations. ", ...
              "For more information try @code{help lsode}, @code{help ode45}.  ", ...
              "Matlab-compatible ODE functions are provided by the odepkg ", ...
-             "package.  See @url{http://octave.sourceforge.net/odepkg/}."];
+             "package.  See @url{https://octave.sourceforge.io/odepkg/}."];
 
     case "polarplot"
       txt = ["polarplot is not implemented.  Consider using polar."];
@@ -85,7 +85,7 @@
       txt = ["Functions for spreadsheet style I/O ", ...
              "(.xls .xlsx .sxc .ods .dbf .wk1 etc.) " , ...
              "are provided in the io package. ", ...
-             "See @url{http://octave.sf.net/io/}."];
+             "See @url{https://octave.sourceforge.io/io/}."];
 
     ## control system
     case {"absorbDelay", "allmargin", "append", "augstate", "balreal", ...
--- a/scripts/miscellaneous/info.m	Tue Mar 27 13:54:58 2018 -0700
+++ b/scripts/miscellaneous/info.m	Tue Mar 27 14:03:52 2018 -0700
@@ -37,7 +37,7 @@
 \n\
   Additional functionality can be enabled by using packages from\n\
   the Octave Forge project, which may be found at\n\
-  http://octave.sourceforge.net\n\
+  https://octave.sourceforge.io\n\
 \n\
   Report bugs to the bug tracker at\n\
   https://bugs.octave.org\n\