* 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 8fde3ea2c..8a6ee54b6 100644 --- a/doc/sort-version.texi +++ b/doc/sort-version.texi @@ -858,7 +858,7 @@ @node Other version/natural sort implementations @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 a60483484..dc8ed269b 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 <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ chmod -- 2.50.1