From 238855dd4eb40d57333010fd072a01599bbde1cb Mon Sep 17 00:00:00 2001 From: Collin Funk Date: Tue, 19 Aug 2025 11:39:04 -0700 Subject: [PATCH] maint: prefer https to http * doc/sort-version.texi (Other version/natural sort implementations): Use https in documentation link. * tests/chmod/symlinks.sh: Use https in license text. --- doc/sort-version.texi | 2 +- tests/chmod/symlinks.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/sort-version.texi b/doc/sort-version.texi index 8fde3ea2c1..8a6ee54b63 100644 --- a/doc/sort-version.texi +++ b/doc/sort-version.texi @@ -858,7 +858,7 @@ NodeJS's @uref{https://www.npmjs.com/package/natural-sort,natural-sort package}. @item In zsh, the -@uref{http://zsh.sourceforge.net/Doc/Release/Expansion.html#Glob-Qualifiers, +@uref{https://zsh.sourceforge.net/Doc/Release/Expansion.html#Glob-Qualifiers, glob modifier} @samp{*(n)} will expand to files in natural sort order. @item diff --git a/tests/chmod/symlinks.sh b/tests/chmod/symlinks.sh index a604834849..dc8ed269b0 100755 --- a/tests/chmod/symlinks.sh +++ b/tests/chmod/symlinks.sh @@ -14,7 +14,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see . +# along with this program. If not, see . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ chmod -- 2.47.3