texinfo-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: * tp/texi2any.pl (makeinfo_help): Use https:// in


From: Gavin D. Smith
Subject: branch master updated: * tp/texi2any.pl (makeinfo_help): Use https:// in URI.
Date: Wed, 27 Dec 2023 05:47:27 -0500

This is an automated email from the git hooks/post-receive script.

gavin pushed a commit to branch master
in repository texinfo.

The following commit(s) were added to refs/heads/master by this push:
     new 79d38456a5 * tp/texi2any.pl (makeinfo_help): Use https:// in URI.
79d38456a5 is described below

commit 79d38456a59e3209efcfc1d1ab0e938124c80f62
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Wed Dec 27 10:45:07 2023 +0000

    * tp/texi2any.pl (makeinfo_help): Use https:// in URI.
---
 ChangeLog      | 4 ++++
 tp/texi2any.pl | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 18e587604c..3e97f390d3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2023-12-27  Gavin Smith <gavinsmith0123@gmail.com>
+
+       * tp/texi2any.pl (makeinfo_help): Use https:// in URI.
+
 2023-12-27  Gavin Smith <gavinsmith0123@gmail.com>
 
        * info/info.c (info_short_help),
diff --git a/tp/texi2any.pl b/tp/texi2any.pl
index e15a239240..0dd0d351b0 100755
--- a/tp/texi2any.pl
+++ b/tp/texi2any.pl
@@ -910,7 +910,7 @@ the behavior is identical, and does not depend on the 
installed name.\n")
 ."\n";
   $makeinfo_help .= __("Email bug reports to bug-texinfo\@gnu.org,
 general questions and discussion to help-texinfo\@gnu.org.
-Texinfo home page: http://www.gnu.org/software/texinfo/";) ."\n";
+Texinfo home page: https://www.gnu.org/software/texinfo/";) ."\n";
   return $makeinfo_help;
 }
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]