bug-texinfo
[Top][All Lists]
Advanced

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

[PATCH] use https with texinfo homepage


From: Mike Frysinger
Subject: [PATCH] use https with texinfo homepage
Date: Tue, 26 Dec 2023 20:17:32 -0500

There are other http:// URIs that could be updated, but I wanted to focus
on the texinfo homepage to start with.  I also left the DTD URI alone as
those act more as permanent unique ids rather than exact URIs that people
visit, and typically existing ones stay as http://.
---
 Pod-Simple-Texinfo/pod2texi.pl |  4 ++--
 contrib/txipsfonts-bronger.tex |  4 ++--
 doc/Makefile.am                |  2 +-
 doc/pod2texi.texi              |  2 +-
 doc/refcard/txirefcard.tex     |  4 ++--
 doc/texi2oldapi.texi           |  4 ++--
 doc/texinfo.texi               | 10 +++++-----
 info/info.c                    |  2 +-
 install-info/install-info.c    |  2 +-
 man/info.5                     |  2 +-
 man/pod2texi.1                 |  2 +-
 man/texinfo.5                  |  2 +-
 po/ca.po                       |  8 ++++----
 po/cs.po                       |  8 ++++----
 po/da.po                       |  4 ++--
 po/de.po                       |  8 ++++----
 po/el.po                       |  2 +-
 po/eo.po                       |  8 ++++----
 po/es.po                       |  8 ++++----
 po/fi.po                       |  4 ++--
 po/fr.po                       |  4 ++--
 po/he.po                       |  6 +++---
 po/hr.po                       |  4 ++--
 po/hu.po                       |  6 +++---
 po/id.po                       |  8 ++++----
 po/it.po                       |  4 ++--
 po/ja.po                       |  8 ++++----
 po/ka.po                       |  2 +-
 po/nb.po                       |  8 ++++----
 po/nl.po                       |  8 ++++----
 po/pl.po                       |  4 ++--
 po/pt.po                       |  4 ++--
 po/pt_BR.po                    |  4 ++--
 po/ro.po                       |  4 ++--
 po/ru.po                       |  8 ++++----
 po/rw.po                       |  4 ++--
 po/sk.po                       |  4 ++--
 po/sl.po                       |  8 ++++----
 po/sr.po                       |  4 ++--
 po/sv.po                       |  8 ++++----
 po/tr.po                       |  8 ++++----
 po/uk.po                       |  8 ++++----
 po/vi.po                       |  8 ++++----
 po/zh_CN.po                    |  8 ++++----
 po/zh_TW.po                    |  2 +-
 util/htmlxref.cnf              |  2 +-
 util/texi2dvi                  |  2 +-
 47 files changed, 119 insertions(+), 119 deletions(-)

diff --git a/Pod-Simple-Texinfo/pod2texi.pl b/Pod-Simple-Texinfo/pod2texi.pl
index 9a74d170dcd2..5b3f8c5ef61e 100755
--- a/Pod-Simple-Texinfo/pod2texi.pl
+++ b/Pod-Simple-Texinfo/pod2texi.pl
@@ -153,7 +153,7 @@ and all the \@include is generated.");
 
   $pod2texi_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 $pod2texi_help;
 }
 
@@ -717,7 +717,7 @@ Display version information and exit.
 =head1 SEE ALSO
 
 L<Pod::Simple::Texinfo>.  L<perlpod>.  The Texinfo manual.
-Texinfo home page: L<http://www.gnu.org/software/texinfo/>
+Texinfo home page: L<https://www.gnu.org/software/texinfo/>
 
 =head1 COPYRIGHT AND LICENSE
 
diff --git a/contrib/txipsfonts-bronger.tex b/contrib/txipsfonts-bronger.tex
index 4193f034fc73..2e84fdcee990 100644
--- a/contrib/txipsfonts-bronger.tex
+++ b/contrib/txipsfonts-bronger.tex
@@ -33,7 +33,7 @@
 % 
 % Please try the latest version of texinfo.tex before submitting bug
 % reports; you can get the latest version from:
-%   http://www.gnu.org/software/texinfo/ (the Texinfo home page), or
+%   https://www.gnu.org/software/texinfo/ (the Texinfo home page), or
 %   ftp://tug.org/tex/texinfo.tex
 %     (and all CTAN mirrors, see http://www.ctan.org).
 % The texinfo.tex in any given distribution could well be out
@@ -60,7 +60,7 @@
 % extent.  You can get the existing language-specific files from the
 % full Texinfo distribution.
 % 
-% The GNU Texinfo home page is http://www.gnu.org/software/texinfo.
+% The GNU Texinfo home page is https://www.gnu.org/software/texinfo.
 
 
 \message{Loading texinfo [version \texinfoversion]:}
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 216c988b20f0..bb39dd4bc41e 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -163,7 +163,7 @@ wwwdoc-build:
        && echo "Manuals ready for web distribution under: $(doctemp)/"
 #
 # At official release, we need to update:
-# http://www.gnu.org/software/texinfo/manual/
+# https://www.gnu.org/software/texinfo/manual/
 wwwdoc-install:
        cp -arf $(doctemp)/$(manual1) $(doctemp)/$(manual2) \
                $(doctemp)/$(manual3) $(doctemp)/$(manual4) \
diff --git a/doc/pod2texi.texi b/doc/pod2texi.texi
index 6c664c6f5d41..4e087f71f2ea 100644
--- a/doc/pod2texi.texi
+++ b/doc/pod2texi.texi
@@ -138,7 +138,7 @@ Display version information and exit.
 @anchor{pod2texi SEE ALSO}
 
 @ref{,,, Pod-Simple-Texinfo}.  @ref{,,, perlpod}.  The Texinfo manual.
-Texinfo home page: @url{http://www.gnu.org/software/texinfo/}
+Texinfo home page: @url{https://www.gnu.org/software/texinfo/}
 
 @subsubheading pod2texi COPYRIGHT AND LICENSE
 @anchor{pod2texi COPYRIGHT AND LICENSE}
diff --git a/doc/refcard/txirefcard.tex b/doc/refcard/txirefcard.tex
index aff7952aad44..fe1ec4f7b2ca 100644
--- a/doc/refcard/txirefcard.tex
+++ b/doc/refcard/txirefcard.tex
@@ -390,7 +390,7 @@ http://www.gnupress.org} or write to the Free Software 
Foundation, Inc.,
 
 \centerline{(for Texinfo version \versionTexinfo)}
 \vskip1pt
-\centerline{\code{http://www.gnu.org/software/texinfo/}}
+\centerline{\code{https://www.gnu.org/software/texinfo/}}
 
 \chapter{Texinfo document skeleton}
 
@@ -998,7 +998,7 @@ work in both.
 \endinfokeys
 
 The Texinfo manual is available via \code{info texinfo}\linebreak
-(and at \code{http://www.gnu.org/software/texinfo/manual}).
+(and at \code{https://www.gnu.org/software/texinfo/manual}).
 
 \copyrightnotice
 \bye
diff --git a/doc/texi2oldapi.texi b/doc/texi2oldapi.texi
index 89c8c7ac86cf..931e426a15b9 100644
--- a/doc/texi2oldapi.texi
+++ b/doc/texi2oldapi.texi
@@ -63,7 +63,7 @@ In 2010, @command{texi2html}, then hosted
 at @uref{http://www.nongnu.org/texi2html/} was made
 compatible with @command{makeinfo}, losing the focus on HTML to become a
 more generic translator, and merged in 
-@uref{http://www.gnu.org/software/texinfo/, GNU Texinfo} to
+@uref{https://www.gnu.org/software/texinfo/, GNU Texinfo} to
 replace @command{makeinfo} in C.  That implementation, however, was
 never released and was abandoned in favor of another implementation
 that parses the Texinfo input into a tree for processing.
@@ -343,7 +343,7 @@ something similar with macros. See for example 
@file{glossary.texi}
 for glossary and @file{my-bib-macros.texi} for bibliography
 in the directory @file{examples}. In the web2c package there is
 an example of use of BibTeX, see 
@url{http://tug.org/texlive/devsrc/Build/source/TeX/texk/web2c/doc/} (the 
examples for bibliography are taken from the
-texinfo home page @url{http://www.gnu.org/software/texinfo/texinfo.html}).
+texinfo home page @url{https://www.gnu.org/software/texinfo/texinfo.html}).
 @item don't use @code{T2H_CENTER_IMAGE}. @code{@@center} should be used
 insead, it will give the right output for all the formats.
 @item If a directory creation fails the program aborts. This is much safer.
diff --git a/doc/texinfo.texi b/doc/texinfo.texi
index ba3a877fc79d..b5491f619967 100644
--- a/doc/texinfo.texi
+++ b/doc/texinfo.texi
@@ -223,7 +223,7 @@ at the @uref{http://www.gnu.org/doc/, GNU documentation web 
page}.
 We welcome bug reports and suggestions for any aspect of the Texinfo
 system: programs, documentation, installation, etc.  Please email them
 to @email{bug-texinfo@@gnu.org}.  You can get the latest version of
-Texinfo via its home page, @uref{http://www.gnu.org/software/texinfo}.
+Texinfo via its home page, @uref{https://www.gnu.org/software/texinfo}.
 
 @cindex Checklist for bug reports
 For bug reports, please include enough information for the maintainers
@@ -463,7 +463,7 @@ of the Texinfo distribution.
 Texinfo provides a file @file{texinfo.tex} that contains the definitions
 that @TeX{} uses when it typesets a Texinfo file.
 You can get the latest version of @file{texinfo.tex} from
-the Texinfo home page, @uref{http://www.gnu.org/software/texinfo/}.
+the Texinfo home page, @uref{https://www.gnu.org/software/texinfo/}.
 
 A Texinfo-based book is similar to any other typeset, printed work: it
 can have a title page, copyright page, table of contents, and preface,
@@ -12733,7 +12733,7 @@ implementation is reliable in this regard, however.
 @pindex @file{NEWS} file for Texinfo
 You can check the @file{NEWS} file in the Texinfo source distribution
 and linked from the Texinfo home page
-(@url{http://www.gnu.org/software/texinfo}) to see when a particular
+(@url{https://www.gnu.org/software/texinfo}) to see when a particular
 command was added.
 
 @vindex txicommandconditionals
@@ -16669,13 +16669,13 @@ with @code{@@include}.
 @c options and examples in the @command{pod2texi} program itself, since it
 @c may be useful outside of the rest of Texinfo.  Thus, please see the
 @c output of @code{pod2texi --help}, the version on the web at
-@c @url{http://www.gnu.org/software/texinfo/manual/pod2texi.html}, etc.
+@c @url{https://www.gnu.org/software/texinfo/manual/pod2texi.html}, etc.
 
 The @command{pod2texi} program may be useful outside of the rest of Texinfo;
 thus, the invocation of @command{pod2texi} is documented in the Pod language
 using the man page format to follow the convention used in Perl standalone
 programs, with a version on the web
-@url{http://www.gnu.org/software/texinfo/manual/pod2texi.html} and a version
+@url{https://www.gnu.org/software/texinfo/manual/pod2texi.html} and a version
 included below.  The version included in the manual is also an example of
 @command{pod2texi} use, as it is converted from Pod using @command{pod2texi}.
 
diff --git a/info/info.c b/info/info.c
index 37bbb5e89957..da59c01ff677 100644
--- a/info/info.c
+++ b/info/info.c
@@ -1162,7 +1162,7 @@ puts (_("\
   puts (_("\
 Email bug reports to bug-texinfo@gnu.org,\n\
 general questions and discussion to help-texinfo@gnu.org.\n\
-Texinfo home page: http://www.gnu.org/software/texinfo/";));
+Texinfo home page: https://www.gnu.org/software/texinfo/";));
 
   exit (EXIT_SUCCESS);
 }
diff --git a/install-info/install-info.c b/install-info/install-info.c
index 1377a5e6fd41..8ff6e0a1d80a 100644
--- a/install-info/install-info.c
+++ b/install-info/install-info.c
@@ -578,7 +578,7 @@ Options:\n\
   puts (_("\
 Email bug reports to bug-texinfo@gnu.org,\n\
 general questions and discussion to help-texinfo@gnu.org.\n\
-Texinfo home page: http://www.gnu.org/software/texinfo/";));
+Texinfo home page: https://www.gnu.org/software/texinfo/";));
 }
 
 
diff --git a/man/info.5 b/man/info.5
index 7e01885f275f..99402daebc88 100644
--- a/man/info.5
+++ b/man/info.5
@@ -45,7 +45,7 @@ M-x info RET m texinfo RET
 .EE
 will get you there.
 .SH AVAILABILITY
-http://www.gnu.org/software/texinfo/
+https://www.gnu.org/software/texinfo/
 .SH "REPORTING BUGS"
 Please send bug reports to bug-texinfo@gnu.org,
 general questions and discussion to help-texinfo@gnu.org.
diff --git a/man/pod2texi.1 b/man/pod2texi.1
index 66b426671432..a582c9f5c116 100644
--- a/man/pod2texi.1
+++ b/man/pod2texi.1
@@ -233,7 +233,7 @@ Display version information and exit.
 .SH "SEE ALSO"
 .IX Header "SEE ALSO"
 Pod::Simple::Texinfo.  perlpod.  The Texinfo manual.
-Texinfo home page: <http://www.gnu.org/software/texinfo/>
+Texinfo home page: <https://www.gnu.org/software/texinfo/>
 .SH "COPYRIGHT AND LICENSE"
 .IX Header "COPYRIGHT AND LICENSE"
 Copyright 2012\-2023 Free Software Foundation, Inc.
diff --git a/man/texinfo.5 b/man/texinfo.5
index abf845ee7388..53a5d80e2f19 100644
--- a/man/texinfo.5
+++ b/man/texinfo.5
@@ -36,7 +36,7 @@ M-x info RET m texinfo RET
 .EE
 will get you there.
 .SH AVAILABILITY
-http://www.gnu.org/software/texinfo/
+https://www.gnu.org/software/texinfo/
 .br
 or any GNU mirror site.
 .SH "REPORTING BUGS"
diff --git a/po/ca.po b/po/ca.po
index bd671b3f9a58..4606ac6aaeb9 100644
--- a/po/ca.po
+++ b/po/ca.po
@@ -617,11 +617,11 @@ msgstr ""
 msgid ""
 "Email bug reports to bug-texinfo@gnu.org,\n"
 "general questions and discussion to help-texinfo@gnu.org.\n"
-"Texinfo home page: http://www.gnu.org/software/texinfo/";
+"Texinfo home page: https://www.gnu.org/software/texinfo/";
 msgstr ""
 "Envia els informes d'error per correu electr??nic a bug-texinfo@gnu.org.\n"
 "preguntes generals i discussi?? a help-texinfo@gnu.org.\n"
-"P??gina d'inici de texinfo: http://www.gnu.org/software/texinfo/";
+"P??gina d'inici de texinfo: https://www.gnu.org/software/texinfo/";
 
 #: info/info.c:1197
 #, fuzzy, c-format
@@ -5134,12 +5134,12 @@ msgstr "%c%s ??s obsolet; %s"
 #~ "\n"
 #~ "Email bug reports to bug-texinfo@gnu.org,\n"
 #~ "general questions and discussion to help-texinfo@gnu.org.\n"
-#~ "Texinfo home page: http://www.gnu.org/software/texinfo/";
+#~ "Texinfo home page: https://www.gnu.org/software/texinfo/";
 #~ msgstr ""
 #~ "\n"
 #~ "Envia els informes d'error per correu electr??nica a bug-texinfo@gnu.org\n"
 #~ "preguntes generals i discussi?? a help-texinfo@gnu.org.\n"
-#~ "P??gina d'inici del texinfo: http://www.gnu.org/software/texinfo/";
+#~ "P??gina d'inici del texinfo: https://www.gnu.org/software/texinfo/";
 
 #~ msgid "Insert this character"
 #~ msgstr "Insereix aquest car??cter"
diff --git a/po/cs.po b/po/cs.po
index cd216bfd1a37..4de58383db75 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -585,13 +585,13 @@ msgstr ""
 msgid ""
 "Email bug reports to bug-texinfo@gnu.org,\n"
 "general questions and discussion to help-texinfo@gnu.org.\n"
-"Texinfo home page: http://www.gnu.org/software/texinfo/";
+"Texinfo home page: https://www.gnu.org/software/texinfo/";
 msgstr ""
 "Chyby v programu oznamujte na adrese <bug-texinfo@gnu.org> (anglicky),\n"
 "obecn?? ot??zky a diskuzi sm????ujte na <help-texinfo@gnu.org>. 
P??ipom??nky\n"
 "k p??ekladu zas??lejte na <translation-team-cs@lists.sourceforge.net> "
 "(??esky).\n"
-"Domovsk?? str??nka texinfa je <http://www.gnu.org/software/texinfo/>."
+"Domovsk?? str??nka texinfa je <https://www.gnu.org/software/texinfo/>."
 
 #: info/info.c:1197
 #, c-format
@@ -4951,13 +4951,13 @@ msgstr "@%s je zastaral??; %s"
 #~ "\n"
 #~ "Email bug reports to bug-texinfo@gnu.org,\n"
 #~ "general questions and discussion to help-texinfo@gnu.org.\n"
-#~ "Texinfo home page: http://www.gnu.org/software/texinfo/";
+#~ "Texinfo home page: https://www.gnu.org/software/texinfo/";
 #~ msgstr ""
 #~ "\n"
 #~ "Chyby v programu oznamujte e-mailem na <bug-texinfo@gnu.org> (anglicky),\n"
 #~ "obecn?? ot??zky sm????ujte na <help-texinfo@gnu.org>. P??ipom??nky k 
p??ekladu\n"
 #~ "zas??lejte na <translation-team-cs@lists.sourceforge.net> (??esky).\n"
-#~ "Domovsk?? str??nka Texinfa: <http://www.gnu.org/software/texinfo/>"
+#~ "Domovsk?? str??nka Texinfa: <https://www.gnu.org/software/texinfo/>"
 
 #~ msgid "Insert this character"
 #~ msgstr "Vlo??en?? tohoto znaku"
diff --git a/po/da.po b/po/da.po
index 5fd148fd9713..5e18d0f0705c 100644
--- a/po/da.po
+++ b/po/da.po
@@ -581,12 +581,12 @@ msgstr ""
 msgid ""
 "Email bug reports to bug-texinfo@gnu.org,\n"
 "general questions and discussion to help-texinfo@gnu.org.\n"
-"Texinfo home page: http://www.gnu.org/software/texinfo/";
+"Texinfo home page: https://www.gnu.org/software/texinfo/";
 msgstr ""
 "Rapporter fejl i programmet p?? engelsk til bug-texinfo@gnu.org,\n"
 "generelle sp??rgsm??l og diskussion til help-texinfo@gnu.org,\n"
 "overs??ttelsesfejl til dansk@dansk-gruppen.dk.\n"
-"Texinfos hjemmeside: http://www.gnu.org/software/texinfo/";
+"Texinfos hjemmeside: https://www.gnu.org/software/texinfo/";
 
 #: info/info.c:1197
 #, c-format
diff --git a/po/de.po b/po/de.po
index ed59046d7542..3b0f32b666c7 100644
--- a/po/de.po
+++ b/po/de.po
@@ -596,12 +596,12 @@ msgstr ""
 msgid ""
 "Email bug reports to bug-texinfo@gnu.org,\n"
 "general questions and discussion to help-texinfo@gnu.org.\n"
-"Texinfo home page: http://www.gnu.org/software/texinfo/";
+"Texinfo home page: https://www.gnu.org/software/texinfo/";
 msgstr ""
 "Fehlerberichte (auf Englisch, mit LC_ALL=C) per E-Mail an bug-texinfo@gnu."
 "org\n"
 "schicken, allgemeine Fragen und Gedankenaustausch an help-texinfo@gnu.org.\n"
-"Texinfos Homepage: http://www.gnu.org/software/texinfo/\n";
+"Texinfos Homepage: https://www.gnu.org/software/texinfo/\n";
 "Fehler in der ??bersetzung melden Sie bitte an:\n"
 "<translation-team-de@lists.sourceforge.net>"
 
@@ -5029,14 +5029,14 @@ msgstr "@%s ist obsolet; %s"
 #~ "\n"
 #~ "Email bug reports to bug-texinfo@gnu.org,\n"
 #~ "general questions and discussion to help-texinfo@gnu.org.\n"
-#~ "Texinfo home page: http://www.gnu.org/software/texinfo/";
+#~ "Texinfo home page: https://www.gnu.org/software/texinfo/";
 #~ msgstr ""
 #~ "\n"
 #~ "Fehlerberichte (auf Englisch, mit LC_ALL=C) per E-Mail an bug-texinfo@gnu."
 #~ "org\n"
 #~ "schicken, allgemeine Fragen und Gedankenaustausch an help-texinfo@gnu."
 #~ "org.\n"
-#~ "Texinfos Homepage: http://www.gnu.org/software/texinfo/\n";
+#~ "Texinfos Homepage: https://www.gnu.org/software/texinfo/\n";
 #~ "Fehler in der ??bersetzung bitte melden an:\n"
 #~ "<translation-team-de@lists.sourceforge.net>"
 
diff --git a/po/el.po b/po/el.po
index 8e4d10641e21..091d8a63dd70 100644
--- a/po/el.po
+++ b/po/el.po
@@ -531,7 +531,7 @@ msgstr ""
 msgid ""
 "Email bug reports to bug-texinfo@gnu.org,\n"
 "general questions and discussion to help-texinfo@gnu.org.\n"
-"Texinfo home page: http://www.gnu.org/software/texinfo/";
+"Texinfo home page: https://www.gnu.org/software/texinfo/";
 msgstr ""
 
 #: info/info.c:1197
diff --git a/po/eo.po b/po/eo.po
index 58ef17c54a61..51fea88397b9 100644
--- a/po/eo.po
+++ b/po/eo.po
@@ -567,11 +567,11 @@ msgstr ""
 msgid ""
 "Email bug reports to bug-texinfo@gnu.org,\n"
 "general questions and discussion to help-texinfo@gnu.org.\n"
-"Texinfo home page: http://www.gnu.org/software/texinfo/";
+"Texinfo home page: https://www.gnu.org/software/texinfo/";
 msgstr ""
 "Raportu programmisojn al <bug-texinfo@nu.org>;\n"
 "sendu ??eneralajn demandojn kaj opiniojn al <help-texinfo@gnu.org>.\n"
-"La hejmpa??o de Texinfo estas: http://www.gnu.org/software/texinfo/.\n";
+"La hejmpa??o de Texinfo estas: https://www.gnu.org/software/texinfo/.\n";
 "Diskutu Esperantotradukon je <translation-team-eo@lists.sourceforge.net>"
 
 #: info/info.c:1197
@@ -4956,12 +4956,12 @@ msgstr "@%s arkaiki??is; %s"
 #~ "\n"
 #~ "Email bug reports to bug-texinfo@gnu.org,\n"
 #~ "general questions and discussion to help-texinfo@gnu.org.\n"
-#~ "Texinfo home page: http://www.gnu.org/software/texinfo/";
+#~ "Texinfo home page: https://www.gnu.org/software/texinfo/";
 #~ msgstr ""
 #~ "\n"
 #~ "Erarraportojn sendu al <bug-texinfo@nu.org>;\n"
 #~ "??eneralajn demandojn kaj opiniojn al <help-texinfo@gnu.org>.\n"
-#~ "La hejmpa??o de Texinfo: <http://www.gnu.org/software/texinfo/>.\n"
+#~ "La hejmpa??o de Texinfo: <https://www.gnu.org/software/texinfo/>.\n"
 #~ "Por diskutoj pri Esperanto-traduko uzu la dissendoliston\n"
 #~ "<translation-team-eo@lists.sourceforge.net>."
 
diff --git a/po/es.po b/po/es.po
index 91b9e4d91151..6fb6868cac2a 100644
--- a/po/es.po
+++ b/po/es.po
@@ -604,13 +604,13 @@ msgstr ""
 msgid ""
 "Email bug reports to bug-texinfo@gnu.org,\n"
 "general questions and discussion to help-texinfo@gnu.org.\n"
-"Texinfo home page: http://www.gnu.org/software/texinfo/";
+"Texinfo home page: https://www.gnu.org/software/texinfo/";
 msgstr ""
 "Reporte cualquier tipo de problema que usted encuentre en el funcionamiento\n"
 "de esta programa a <bug-texinfo@gnu.org>.  Las preguntas y discusiones "
 "sobre\n"
 "Texinfo en general pueden ser dirigidas a <help-texinfo@gnu.org>.\n"
-"El sitio web de Texinfo es: http://www.gnu.org/software/texinfo/";
+"El sitio web de Texinfo es: https://www.gnu.org/software/texinfo/";
 
 #: info/info.c:1197
 #, c-format
@@ -5232,14 +5232,14 @@ msgstr "@%s es una sintaxis ya obsoleta; %s"
 #~ "\n"
 #~ "Email bug reports to bug-texinfo@gnu.org,\n"
 #~ "general questions and discussion to help-texinfo@gnu.org.\n"
-#~ "Texinfo home page: http://www.gnu.org/software/texinfo/";
+#~ "Texinfo home page: https://www.gnu.org/software/texinfo/";
 #~ msgstr ""
 #~ "\n"
 #~ "Reporte cualquier tipo de problema que usted encuentre en el "
 #~ "funcionamiento\n"
 #~ "de esta programa a <bug-texinfo@gnu.org>.  Preguntas y discusiones sobre\n"
 #~ "Texinfo en general pueden ser dirigidas a <help-texinfo@gnu.org>.\n"
-#~ "El sitio web de Texinfo es: http://www.gnu.org/software/texinfo/";
+#~ "El sitio web de Texinfo es: https://www.gnu.org/software/texinfo/";
 
 #~ msgid "Insert this character"
 #~ msgstr "Insertar este car??cter"
diff --git a/po/fi.po b/po/fi.po
index 5fd1a2bf09f8..7f83a38d8822 100644
--- a/po/fi.po
+++ b/po/fi.po
@@ -562,11 +562,11 @@ msgstr ""
 msgid ""
 "Email bug reports to bug-texinfo@gnu.org,\n"
 "general questions and discussion to help-texinfo@gnu.org.\n"
-"Texinfo home page: http://www.gnu.org/software/texinfo/";
+"Texinfo home page: https://www.gnu.org/software/texinfo/";
 msgstr ""
 "L??het?? vikatiedotukset s??hk??postitse: bug-texinfo@gnu.org,\n"
 "yleiset kysymykset ja keskustelu: help-texinfo@gnu.org.\n"
-"Texinfon kotisivu: http://www.gnu.org/software/texinfo/";
+"Texinfon kotisivu: https://www.gnu.org/software/texinfo/";
 
 #: info/info.c:1197
 #, c-format
diff --git a/po/fr.po b/po/fr.po
index e1b98e985905..11d2158503e7 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -586,12 +586,12 @@ msgstr ""
 msgid ""
 "Email bug reports to bug-texinfo@gnu.org,\n"
 "general questions and discussion to help-texinfo@gnu.org.\n"
-"Texinfo home page: http://www.gnu.org/software/texinfo/";
+"Texinfo home page: https://www.gnu.org/software/texinfo/";
 msgstr ""
 "Signalez (en anglais) toute anomalie ?? bug-texinfo@gnu.org.\n"
 "Pour les discussions et questions g??n??rales, ??crivez ?? help-texinfo@gnu."
 "org.\n"
-"Site Texinfo??: http://www.gnu.org/software/texinfo/";
+"Site Texinfo??: https://www.gnu.org/software/texinfo/";
 
 #: info/info.c:1197
 #, c-format
diff --git a/po/he.po b/po/he.po
index 85c4d2712029..1144a79962ea 100644
--- a/po/he.po
+++ b/po/he.po
@@ -579,16 +579,16 @@ msgstr ""
 #| "\n"
 #| "Email bug reports to bug-texinfo@gnu.org,\n"
 #| "general questions and discussion to help-texinfo@gnu.org.\n"
-#| "Texinfo home page: http://www.gnu.org/software/texinfo/";
+#| "Texinfo home page: https://www.gnu.org/software/texinfo/";
 msgid ""
 "Email bug reports to bug-texinfo@gnu.org,\n"
 "general questions and discussion to help-texinfo@gnu.org.\n"
-"Texinfo home page: http://www.gnu.org/software/texinfo/";
+"Texinfo home page: https://www.gnu.org/software/texinfo/";
 msgstr ""
 "\n"
 "                       ,bug-texinfo@gnu.org-? ???? ?????? ????? ??\n"
 "               .help-texinfo@gnu.org-? ????? ??????? ?????? ??????\n"
-"         .http://www.gnu.org/software/texinfo/ :Texinfo ?? ???? ??"
+"         .https://www.gnu.org/software/texinfo/ :Texinfo ?? ???? ??"
 
 #: info/info.c:1197
 #, fuzzy, c-format
diff --git a/po/hr.po b/po/hr.po
index 26e9e74f7122..efd1d10647d1 100644
--- a/po/hr.po
+++ b/po/hr.po
@@ -580,11 +580,11 @@ msgstr ""
 msgid ""
 "Email bug reports to bug-texinfo@gnu.org,\n"
 "general questions and discussion to help-texinfo@gnu.org.\n"
-"Texinfo home page: http://www.gnu.org/software/texinfo/";
+"Texinfo home page: https://www.gnu.org/software/texinfo/";
 msgstr ""
 "Prijavite gre??ke na bug-texinfo@gnu.org,\n"
 "op??a pitanja i diskusije na help-texinfo@gnu.org.\n"
-"Texinfo web stranica: http://www.gnu.org/software/texinfo/\n";
+"Texinfo web stranica: https://www.gnu.org/software/texinfo/\n";
 "Prijavite primjedbe i gre??ke u prijevodu na lokalizacija@linux.hr"
 
 #: info/info.c:1197
diff --git a/po/hu.po b/po/hu.po
index fe71a9075b20..d5a2b84bb2f5 100644
--- a/po/hu.po
+++ b/po/hu.po
@@ -574,17 +574,17 @@ msgstr ""
 #| "\n"
 #| "Email bug reports to bug-texinfo@gnu.org,\n"
 #| "general questions and discussion to help-texinfo@gnu.org.\n"
-#| "Texinfo home page: http://www.gnu.org/software/texinfo/";
+#| "Texinfo home page: https://www.gnu.org/software/texinfo/";
 msgid ""
 "Email bug reports to bug-texinfo@gnu.org,\n"
 "general questions and discussion to help-texinfo@gnu.org.\n"
-"Texinfo home page: http://www.gnu.org/software/texinfo/";
+"Texinfo home page: https://www.gnu.org/software/texinfo/";
 msgstr ""
 "\n"
 "Hibajegyek a bug-texinfo@gnu.org,\n"
 "??ltal??nos k??rd??sek ??s ??tletek a help-texinfo@gnu.org\n"
 "c??mre k??ldhet??k.\n"
-"Texinfo honlap: http://www.gnu.org/software/texinfo/";
+"Texinfo honlap: https://www.gnu.org/software/texinfo/";
 
 #: info/info.c:1197
 #, fuzzy, c-format
diff --git a/po/id.po b/po/id.po
index c54dbe24e500..d7664fc1ee7e 100644
--- a/po/id.po
+++ b/po/id.po
@@ -638,11 +638,11 @@ msgstr ""
 msgid ""
 "Email bug reports to bug-texinfo@gnu.org,\n"
 "general questions and discussion to help-texinfo@gnu.org.\n"
-"Texinfo home page: http://www.gnu.org/software/texinfo/";
+"Texinfo home page: https://www.gnu.org/software/texinfo/";
 msgstr ""
 "Email laporan bug ke bug-texinfo@gnu.org,\n"
 "pertanyaan umum dan diskusi ke help-texinfo@gnu.org.\n"
-"Texinfo halaman rumah: http://www.gnu.org/software/texinfo/";
+"Texinfo halaman rumah: https://www.gnu.org/software/texinfo/";
 
 #: info/info.c:1197
 #, fuzzy, c-format
@@ -4839,12 +4839,12 @@ msgstr "%c%s sudah ditinggalkan %s"
 #~ "\n"
 #~ "Email bug reports to bug-texinfo@gnu.org,\n"
 #~ "general questions and discussion to help-texinfo@gnu.org.\n"
-#~ "Texinfo home page: http://www.gnu.org/software/texinfo/";
+#~ "Texinfo home page: https://www.gnu.org/software/texinfo/";
 #~ msgstr ""
 #~ "\n"
 #~ "Email laporan bug ke bug-texinfo@gnu.org,\n"
 #~ "pertanyaan umum dan diskusi ke help-texinfo@gnu.org.\n"
-#~ "Texinfo home page: http://www.gnu.org/software/texinfo/";
+#~ "Texinfo home page: https://www.gnu.org/software/texinfo/";
 
 #~ msgid ""
 #~ "Basic Commands in Info Windows\n"
diff --git a/po/it.po b/po/it.po
index ae32dddd84ab..ed224bf9f563 100644
--- a/po/it.po
+++ b/po/it.po
@@ -568,11 +568,11 @@ msgstr ""
 msgid ""
 "Email bug reports to bug-texinfo@gnu.org,\n"
 "general questions and discussion to help-texinfo@gnu.org.\n"
-"Texinfo home page: http://www.gnu.org/software/texinfo/";
+"Texinfo home page: https://www.gnu.org/software/texinfo/";
 msgstr ""
 "Per segnalare un bug inviare un'email a bug-texinfo@gnu.org,\n"
 "per domande generali e discussioni: help-texinfo@gnu.org.\n"
-"Sito web di Texinfo: http://www.gnu.org/software/texinfo/";
+"Sito web di Texinfo: https://www.gnu.org/software/texinfo/";
 
 #: info/info.c:1197
 #, c-format
diff --git a/po/ja.po b/po/ja.po
index f93257bbc99b..06b3e0a466ef 100644
--- a/po/ja.po
+++ b/po/ja.po
@@ -632,13 +632,13 @@ msgstr ""
 msgid ""
 "Email bug reports to bug-texinfo@gnu.org,\n"
 "general questions and discussion to help-texinfo@gnu.org.\n"
-"Texinfo home page: http://www.gnu.org/software/texinfo/";
+"Texinfo home page: https://www.gnu.org/software/texinfo/";
 msgstr ""
 "Email ?????????????????????????????? bug-texinfo@gnu.org 
??????????????????????????????\n"
 
"???????????????????????????<translation-team-ja@lists.sourceforge.net>????????????????????????"
 "??????\n"
 "?????????????????????????????? help-texinfo@gnu.org 
??????????????????????????????\n"
-"Texinfo??????????????????: http://www.gnu.org/software/texinfo/";
+"Texinfo??????????????????: https://www.gnu.org/software/texinfo/";
 
 #: info/info.c:1197
 #, fuzzy, c-format
@@ -4655,14 +4655,14 @@ msgstr "%c%s ??????????????? (?????????????????????) 
??????; %s"
 #~ "\n"
 #~ "Email bug reports to bug-texinfo@gnu.org,\n"
 #~ "general questions and discussion to help-texinfo@gnu.org.\n"
-#~ "Texinfo home page: http://www.gnu.org/software/texinfo/";
+#~ "Texinfo home page: https://www.gnu.org/software/texinfo/";
 #~ msgstr ""
 #~ "\n"
 #~ "Email ?????????????????????????????? bug-texinfo@gnu.org 
??????????????????????????????\n"
 #~ 
"???????????????????????????<translation-team-ja@lists.sourceforge.net>??????????????????"
 #~ "????????????\n"
 #~ "?????????????????????????????? help-texinfo@gnu.org 
??????????????????????????????\n"
-#~ "Texinfo ??????????????????: http://www.gnu.org/software/texinfo/";
+#~ "Texinfo ??????????????????: https://www.gnu.org/software/texinfo/";
 
 #~ msgid ""
 #~ "Basic Commands in Info Windows\n"
diff --git a/po/ka.po b/po/ka.po
index e3281fe5c21e..9f258570cfc0 100644
--- a/po/ka.po
+++ b/po/ka.po
@@ -528,7 +528,7 @@ msgstr ""
 msgid ""
 "Email bug reports to bug-texinfo@gnu.org,\n"
 "general questions and discussion to help-texinfo@gnu.org.\n"
-"Texinfo home page: http://www.gnu.org/software/texinfo/";
+"Texinfo home page: https://www.gnu.org/software/texinfo/";
 msgstr ""
 
 #: info/info.c:1197
diff --git a/po/nb.po b/po/nb.po
index a1ab48fc6630..357378b8727e 100644
--- a/po/nb.po
+++ b/po/nb.po
@@ -597,11 +597,11 @@ msgstr ""
 msgid ""
 "Email bug reports to bug-texinfo@gnu.org,\n"
 "general questions and discussion to help-texinfo@gnu.org.\n"
-"Texinfo home page: http://www.gnu.org/software/texinfo/";
+"Texinfo home page: https://www.gnu.org/software/texinfo/";
 msgstr ""
 "Send feilrapporter til bug-texinfo@gnu.org,\n"
 "generelle sp??rsm??l og diskusjoner til help-texinfo@gnu.org.\n"
-"Websiden for Texinfo: http://www.gnu.org/software/texinfo/";
+"Websiden for Texinfo: https://www.gnu.org/software/texinfo/";
 
 #: info/info.c:1197
 #, c-format
@@ -4854,12 +4854,12 @@ msgstr "@%s er foreldet; %s"
 #~ "\n"
 #~ "Email bug reports to bug-texinfo@gnu.org,\n"
 #~ "general questions and discussion to help-texinfo@gnu.org.\n"
-#~ "Texinfo home page: http://www.gnu.org/software/texinfo/";
+#~ "Texinfo home page: https://www.gnu.org/software/texinfo/";
 #~ msgstr ""
 #~ "\n"
 #~ "Send bugrapporter til bug-texinfo@gnu.org,\n"
 #~ "generelle sp??rsm??l og diskusjoner til help-texinfo@gnu.org.\n"
-#~ "Websida for Texinfo: http://www.gnu.org/software/texinfo/";
+#~ "Websida for Texinfo: https://www.gnu.org/software/texinfo/";
 
 # The next translation should match the length of this one
 #~ msgid ""
diff --git a/po/nl.po b/po/nl.po
index 73bf5b1912a1..8c32ebdb5c18 100644
--- a/po/nl.po
+++ b/po/nl.po
@@ -582,12 +582,12 @@ msgstr "  info -f ./deze.info           het bestand 
'./deze.info' tonen"
 msgid ""
 "Email bug reports to bug-texinfo@gnu.org,\n"
 "general questions and discussion to help-texinfo@gnu.org.\n"
-"Texinfo home page: http://www.gnu.org/software/texinfo/";
+"Texinfo home page: https://www.gnu.org/software/texinfo/";
 msgstr ""
 "Stuur foutrapportages naar <bug-texinfo@gnu.org>,\n"
 "algemene vragen en commentaar naar <help-texinfo@gnu.org>,\n"
 "en opmerkingen over de vertaling naar <vertaling@vrijschrift.org>.\n"
-"De Texinfo-webpagina is: http://www.gnu.org/software/texinfo/";
+"De Texinfo-webpagina is: https://www.gnu.org/software/texinfo/";
 
 #: info/info.c:1197
 #, c-format
@@ -4964,13 +4964,13 @@ msgstr "@%s is verouderd; %s"
 #~ "\n"
 #~ "Email bug reports to bug-texinfo@gnu.org,\n"
 #~ "general questions and discussion to help-texinfo@gnu.org.\n"
-#~ "Texinfo home page: http://www.gnu.org/software/texinfo/";
+#~ "Texinfo home page: https://www.gnu.org/software/texinfo/";
 #~ msgstr ""
 #~ "\n"
 #~ "Stuur foutrapportages naar <bug-texinfo@gnu.org>,\n"
 #~ "algemene vragen en commentaar naar <help-texinfo@gnu.org>,\n"
 #~ "en opmerkingen over de vertaling naar <vertaling@vrijschrift.org>.\n"
-#~ "De Texinfo-webpagina is: http://www.gnu.org/software/texinfo/";
+#~ "De Texinfo-webpagina is: https://www.gnu.org/software/texinfo/";
 
 #~ msgid "Insert this character"
 #~ msgstr "Dit teken invoegen"
diff --git a/po/pl.po b/po/pl.po
index f92b5b3ebff7..5fca93bf0a71 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -582,11 +582,11 @@ msgstr ""
 msgid ""
 "Email bug reports to bug-texinfo@gnu.org,\n"
 "general questions and discussion to help-texinfo@gnu.org.\n"
-"Texinfo home page: http://www.gnu.org/software/texinfo/";
+"Texinfo home page: https://www.gnu.org/software/texinfo/";
 msgstr ""
 "Raporty o b????dach prosimy wysy??a?? poczt?? elektroniczn?? na adres\n"
 "bug-texinfo@gnu.org, a og??lne pytania i dyskusj?? na help-texinfo@gnu.org.\n"
-"Strona domowa texinfo: http://www.gnu.org/software/texinfo/";
+"Strona domowa texinfo: https://www.gnu.org/software/texinfo/";
 
 #: info/info.c:1197
 #, c-format
diff --git a/po/pt.po b/po/pt.po
index 5b91f087a683..181cd87fa5d2 100644
--- a/po/pt.po
+++ b/po/pt.po
@@ -570,11 +570,11 @@ msgstr ""
 msgid ""
 "Email bug reports to bug-texinfo@gnu.org,\n"
 "general questions and discussion to help-texinfo@gnu.org.\n"
-"Texinfo home page: http://www.gnu.org/software/texinfo/";
+"Texinfo home page: https://www.gnu.org/software/texinfo/";
 msgstr ""
 "Envie relat??rios de erros para bug-texinfo@gnu.org,\n"
 "Quest??es gerais e discuss??o em help-texinfo@gnu.org.\n"
-"P??gina inicial do texinfo: http://www.gnu.org/software/texinfo/";
+"P??gina inicial do texinfo: https://www.gnu.org/software/texinfo/";
 
 #: info/info.c:1197
 #, c-format
diff --git a/po/pt_BR.po b/po/pt_BR.po
index e23e69389c41..7b9c2e39b588 100644
--- a/po/pt_BR.po
+++ b/po/pt_BR.po
@@ -573,11 +573,11 @@ msgstr ""
 msgid ""
 "Email bug reports to bug-texinfo@gnu.org,\n"
 "general questions and discussion to help-texinfo@gnu.org.\n"
-"Texinfo home page: http://www.gnu.org/software/texinfo/";
+"Texinfo home page: https://www.gnu.org/software/texinfo/";
 msgstr ""
 "Relat??rios de erro para bug-texinfo@gnu.org,\n"
 "quest??es gerais e discuss??es para help-texinfo@gnu.org.\n"
-"Texinfo home page: http://www.gnu.org/software/texinfo/";
+"Texinfo home page: https://www.gnu.org/software/texinfo/";
 
 #: info/info.c:1197
 #, c-format
diff --git a/po/ro.po b/po/ro.po
index 6b666eaa7be7..1c9e6978975c 100644
--- a/po/ro.po
+++ b/po/ro.po
@@ -614,11 +614,11 @@ msgstr ""
 msgid ""
 "Email bug reports to bug-texinfo@gnu.org,\n"
 "general questions and discussion to help-texinfo@gnu.org.\n"
-"Texinfo home page: http://www.gnu.org/software/texinfo/";
+"Texinfo home page: https://www.gnu.org/software/texinfo/";
 msgstr ""
 "Trimite??i prin e-mail rapoartele de eroare la bug-texinfo@gnu.org.\n"
 "??ntreb??ri generale ??i discu??ii la adresa de e-mail 
help-texinfo@gnu.org.\n"
-"Pagina principal?? a Texinfo: http://www.gnu.org/software/texinfo/";
+"Pagina principal?? a Texinfo: https://www.gnu.org/software/texinfo/";
 
 #: info/info.c:1197
 #, c-format
diff --git a/po/ru.po b/po/ru.po
index b6cf224c78a4..0cd1ebcdf3dc 100644
--- a/po/ru.po
+++ b/po/ru.po
@@ -573,11 +573,11 @@ msgstr ""
 msgid ""
 "Email bug reports to bug-texinfo@gnu.org,\n"
 "general questions and discussion to help-texinfo@gnu.org.\n"
-"Texinfo home page: http://www.gnu.org/software/texinfo/";
+"Texinfo home page: https://www.gnu.org/software/texinfo/";
 msgstr ""
 "???? ?????????????? ?????????????????? ???? ???????????? 
bug-texinfo@gnu.org,\n"
 "?????????? ???????????????????? ?? ?????????????? ?????????????????????? ???? 
???????????? help-texinfo@gnu.org.\n"
-"???????????????? ???????????????? Texinfo: 
http://www.gnu.org/software/texinfo/";
+"???????????????? ???????????????? Texinfo: 
https://www.gnu.org/software/texinfo/";
 
 #: info/info.c:1197
 #, c-format
@@ -5005,12 +5005,12 @@ msgstr "?????????????? @%s ????????????????; %s"
 #~ "\n"
 #~ "Email bug reports to bug-texinfo@gnu.org,\n"
 #~ "general questions and discussion to help-texinfo@gnu.org.\n"
-#~ "Texinfo home page: http://www.gnu.org/software/texinfo/";
+#~ "Texinfo home page: https://www.gnu.org/software/texinfo/";
 #~ msgstr ""
 #~ "\n"
 #~ "???? ?????????????? ?????????????????? ???? ???????????? 
bug-texinfo@gnu.org,\n"
 #~ "?????????? ???????????????????? ?? ?????????????? ?????????????????????? 
???? ???????????? help-texinfo@gnu.org.\n"
-#~ "???????????????? ???????????????? Texinfo: 
http://www.gnu.org/software/texinfo/";
+#~ "???????????????? ???????????????? Texinfo: 
https://www.gnu.org/software/texinfo/";
 
 #~ msgid "--*** Tags out of Date ***"
 #~ msgstr "--*** ???????? ???????????????? ***"
diff --git a/po/rw.po b/po/rw.po
index a6d5af10d2ca..56b4cdb439f5 100644
--- a/po/rw.po
+++ b/po/rw.po
@@ -579,7 +579,7 @@ msgstr ""
 msgid ""
 "Email bug reports to bug-texinfo@gnu.org,\n"
 "general questions and discussion to help-texinfo@gnu.org.\n"
-"Texinfo home page: http://www.gnu.org/software/texinfo/";
+"Texinfo home page: https://www.gnu.org/software/texinfo/";
 msgstr "org."
 
 #: info/info.c:1197
@@ -4765,7 +4765,7 @@ msgstr "%c%sni"
 #~ "\n"
 #~ "Email bug reports to bug-texinfo@gnu.org,\n"
 #~ "general questions and discussion to help-texinfo@gnu.org.\n"
-#~ "Texinfo home page: http://www.gnu.org/software/texinfo/";
+#~ "Texinfo home page: https://www.gnu.org/software/texinfo/";
 #~ msgstr "org."
 
 #, fuzzy
diff --git a/po/sk.po b/po/sk.po
index 70a672479213..04d17381b2f2 100644
--- a/po/sk.po
+++ b/po/sk.po
@@ -576,11 +576,11 @@ msgstr ""
 msgid ""
 "Email bug reports to bug-texinfo@gnu.org,\n"
 "general questions and discussion to help-texinfo@gnu.org.\n"
-"Texinfo home page: http://www.gnu.org/software/texinfo/";
+"Texinfo home page: https://www.gnu.org/software/texinfo/";
 msgstr ""
 "Spr??vy o chyb??ch posielajte na bug-texinfo@gnu.org,\n"
 "v??eobecn?? ot??zky a rozhovory smerujte na help-texinfo@gnu.org.\n"
-"Domovsk?? str??nka Texinfo: http://www.gnu.org/software/texinfo/";
+"Domovsk?? str??nka Texinfo: https://www.gnu.org/software/texinfo/";
 
 #: info/info.c:1197
 #, c-format
diff --git a/po/sl.po b/po/sl.po
index 9ea53502a384..7df9c04e9333 100644
--- a/po/sl.po
+++ b/po/sl.po
@@ -642,11 +642,11 @@ msgstr ""
 msgid ""
 "Email bug reports to bug-texinfo@gnu.org,\n"
 "general questions and discussion to help-texinfo@gnu.org.\n"
-"Texinfo home page: http://www.gnu.org/software/texinfo/";
+"Texinfo home page: https://www.gnu.org/software/texinfo/";
 msgstr ""
 "Poro??ila o hro????ih po??ljite z e-po??to na bug-texinfo@gnu.org,\n"
 "splo??na vpra??anja in razprave na help-texinfo@gnu.org.\n"
-"Doma??a stran texinfo: http://www.gnu.org/software/texinfo/";
+"Doma??a stran texinfo: https://www.gnu.org/software/texinfo/";
 
 #: info/info.c:1197
 #, fuzzy, c-format
@@ -4868,12 +4868,12 @@ msgstr "%c%s je zastarel"
 #~ "\n"
 #~ "Email bug reports to bug-texinfo@gnu.org,\n"
 #~ "general questions and discussion to help-texinfo@gnu.org.\n"
-#~ "Texinfo home page: http://www.gnu.org/software/texinfo/";
+#~ "Texinfo home page: https://www.gnu.org/software/texinfo/";
 #~ msgstr ""
 #~ "\n"
 #~ "Poro??ila o hro????ih po??ljite z e-po??to na bug-texinfo@gnu.org,\n"
 #~ "splo??na vpra??anja in razprave na help-texinfo@gnu.org.\n"
-#~ "Doma??a stran texinfo: http://www.gnu.org/software/texinfo/";
+#~ "Doma??a stran texinfo: https://www.gnu.org/software/texinfo/";
 
 #~ msgid ""
 #~ "Basic Commands in Info Windows\n"
diff --git a/po/sr.po b/po/sr.po
index 2b558c821d04..449491e2e16a 100644
--- a/po/sr.po
+++ b/po/sr.po
@@ -577,11 +577,11 @@ msgstr ""
 msgid ""
 "Email bug reports to bug-texinfo@gnu.org,\n"
 "general questions and discussion to help-texinfo@gnu.org.\n"
-"Texinfo home page: http://www.gnu.org/software/texinfo/";
+"Texinfo home page: https://www.gnu.org/software/texinfo/";
 msgstr ""
 "?????????????????? ?? ???????????????? ???????????????? ???? 
???bug-texinfo@gnu.org???,\n"
 "?????????? ???????????? ?? ?????????????????? ???? 
???help-texinfo@gnu.org???.\n"
-"?????????????? ???????????????? ???texinfo???-??: 
http://www.gnu.org/software/texinfo/";
+"?????????????? ???????????????? ???texinfo???-??: 
https://www.gnu.org/software/texinfo/";
 
 #: info/info.c:1197
 #, c-format
diff --git a/po/sv.po b/po/sv.po
index b440007283bb..37d6d6d19ba3 100644
--- a/po/sv.po
+++ b/po/sv.po
@@ -609,12 +609,12 @@ msgstr "  info -f ./foo.info           visa fil 
./foo.info, s??ker inte katalog"
 msgid ""
 "Email bug reports to bug-texinfo@gnu.org,\n"
 "general questions and discussion to help-texinfo@gnu.org.\n"
-"Texinfo home page: http://www.gnu.org/software/texinfo/";
+"Texinfo home page: https://www.gnu.org/software/texinfo/";
 msgstr ""
 "Skicka felrapporter till bug-texinfo@gnu.org,\n"
 "allm??nna fr??gor och diskussion till help-texinfo@gnu.org\n"
 "och synpunkter p?? ??vers??ttningen till tp-sv@listor.tp-sv.se.\n"
-"Hemsida f??r texinfo: http://www.gnu.org/software/texinfo/";
+"Hemsida f??r texinfo: https://www.gnu.org/software/texinfo/";
 
 #: info/info.c:1197
 #, c-format
@@ -5046,13 +5046,13 @@ msgstr "@%s ??r f??r??ldrat; %s"
 #~ "\n"
 #~ "Email bug reports to bug-texinfo@gnu.org,\n"
 #~ "general questions and discussion to help-texinfo@gnu.org.\n"
-#~ "Texinfo home page: http://www.gnu.org/software/texinfo/";
+#~ "Texinfo home page: https://www.gnu.org/software/texinfo/";
 #~ msgstr ""
 #~ "\n"
 #~ "Skicka felrapporter till bug-texinfo@gnu.org,\n"
 #~ "allm??nna fr??gor och diskussion till help-texinfo@gnu.org\n"
 #~ "och synpunkter p?? ??vers??ttningen till sv@li.org.\n"
-#~ "Hemsida f??r texinfo: http://www.gnu.org/software/texinfo/";
+#~ "Hemsida f??r texinfo: https://www.gnu.org/software/texinfo/";
 
 #~ msgid ""
 #~ "Basic Commands in Info Windows\n"
diff --git a/po/tr.po b/po/tr.po
index 90ca7e242576..3aa550457bcd 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -568,11 +568,11 @@ msgstr ""
 msgid ""
 "Email bug reports to bug-texinfo@gnu.org,\n"
 "general questions and discussion to help-texinfo@gnu.org.\n"
-"Texinfo home page: http://www.gnu.org/software/texinfo/";
+"Texinfo home page: https://www.gnu.org/software/texinfo/";
 msgstr ""
 "Yaz??l??m hatalar??n?? bug-texinfo@gnu.org'a,\n"
 "genel soru ve tart????malar?? help-texinfo@gnu.org'a g??nderiniz.\n"
-"Texinfo anasayfas??: http://www.gnu.org/software/texinfo/";
+"Texinfo anasayfas??: https://www.gnu.org/software/texinfo/";
 
 #: info/info.c:1197
 #, c-format
@@ -4979,12 +4979,12 @@ msgstr "@%s kullan??mdan kalkm????; %s"
 #~ "\n"
 #~ "Email bug reports to bug-texinfo@gnu.org,\n"
 #~ "general questions and discussion to help-texinfo@gnu.org.\n"
-#~ "Texinfo home page: http://www.gnu.org/software/texinfo/";
+#~ "Texinfo home page: https://www.gnu.org/software/texinfo/";
 #~ msgstr ""
 #~ "\n"
 #~ "Yaz??l??m hatalar??n?? bug-texinfo@gnu.org'a,\n"
 #~ "genel soru ve tart????malar?? help-texinfo@gnu.org'a g??nderiniz.\n"
-#~ "Texinfo anasayfas??: http://www.gnu.org/software/texinfo/";
+#~ "Texinfo anasayfas??: https://www.gnu.org/software/texinfo/";
 
 #~ msgid "Undefined command: %s"
 #~ msgstr "tan??mlanmam???? komut: %s"
diff --git a/po/uk.po b/po/uk.po
index dcb2dc93045a..288360f23631 100644
--- a/po/uk.po
+++ b/po/uk.po
@@ -583,11 +583,11 @@ msgstr ""
 msgid ""
 "Email bug reports to bug-texinfo@gnu.org,\n"
 "general questions and discussion to help-texinfo@gnu.org.\n"
-"Texinfo home page: http://www.gnu.org/software/texinfo/";
+"Texinfo home page: https://www.gnu.org/software/texinfo/";
 msgstr ""
 "???????????????????? ?????????? ?????? ?????????????? ???? 
bug-texinfo@gnu.org,\n"
 "???????????????? ?????????????????? ?? ?????????????????????? ???? 
help-texinfo@gnu.org.\n"
-"?????????????? ???????????????? texinfo: http://www.gnu.org/software/texinfo/";
+"?????????????? ???????????????? texinfo: 
https://www.gnu.org/software/texinfo/";
 
 #: info/info.c:1197
 #, c-format
@@ -5022,12 +5022,12 @@ msgstr "@%s ?? ????????????????????; %s"
 #~ "\n"
 #~ "Email bug reports to bug-texinfo@gnu.org,\n"
 #~ "general questions and discussion to help-texinfo@gnu.org.\n"
-#~ "Texinfo home page: http://www.gnu.org/software/texinfo/";
+#~ "Texinfo home page: https://www.gnu.org/software/texinfo/";
 #~ msgstr ""
 #~ "\n"
 #~ "???????????????????? ?????????? ?????? ?????????????? ???? ???????????? 
bug-texinfo@gnu.org,\n"
 #~ "???????????????? ?????????????? ???? ?????????????????????? - ???? 
???????????? help-texinfo@gnu.org.\n"
-#~ "?????????????? ???????????????? texinfo: 
http://www.gnu.org/software/texinfo/";
+#~ "?????????????? ???????????????? texinfo: 
https://www.gnu.org/software/texinfo/";
 
 #~ msgid "Insert this character"
 #~ msgstr "???????????????? ?????? ????????????"
diff --git a/po/vi.po b/po/vi.po
index 081f01832e97..8b34866623e2 100644
--- a/po/vi.po
+++ b/po/vi.po
@@ -571,12 +571,12 @@ msgstr ""
 msgid ""
 "Email bug reports to bug-texinfo@gnu.org,\n"
 "general questions and discussion to help-texinfo@gnu.org.\n"
-"Texinfo home page: http://www.gnu.org/software/texinfo/";
+"Texinfo home page: https://www.gnu.org/software/texinfo/";
 msgstr ""
 "H??y th??ng b??o l???i cho ?????a ch??? ???bug-texinfo@gnu.org???,\n"
 "v?? g???i c??u h???i chung, th???o lu???n v.v.. cho help-texinfo@gnu.org.\n"
 "Th??ng b??o l???i d???ch cho: <http://translationproject.org/team/vi.html>.\n"
-"Trang ch??? texinfo: http://www.gnu.org/software/texinfo/";
+"Trang ch??? texinfo: https://www.gnu.org/software/texinfo/";
 
 #: info/info.c:1197
 #, c-format
@@ -5019,13 +5019,13 @@ msgstr "%c%s qu?? c??; %s"
 #~ "\n"
 #~ "Email bug reports to bug-texinfo@gnu.org,\n"
 #~ "general questions and discussion to help-texinfo@gnu.org.\n"
-#~ "Texinfo home page: http://www.gnu.org/software/texinfo/";
+#~ "Texinfo home page: https://www.gnu.org/software/texinfo/";
 #~ msgstr ""
 #~ "\n"
 #~ "H??y th??ng b??o l???i cho <bug-texinfo@gnu.org>,\n"
 #~ "v?? g???i c??u h???i chung, th???o lu???n v.v. cho 
<help-texinfo@gnu.org>.\n"
 #~ "Th??ng b??o l???i d???ch cho: 
<http://translationproject.org/team/vi.html>.\n"
-#~ "Trang ch??? texinfo: <http://www.gnu.org/software/texinfo/>."
+#~ "Trang ch??? texinfo: <https://www.gnu.org/software/texinfo/>."
 
 #~ msgid "Insert this character"
 #~ msgstr "Ch??n k?? t??? n??y"
diff --git a/po/zh_CN.po b/po/zh_CN.po
index d55867d04b47..673b39d5a44d 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -642,11 +642,11 @@ msgstr ""
 msgid ""
 "Email bug reports to bug-texinfo@gnu.org,\n"
 "general questions and discussion to help-texinfo@gnu.org.\n"
-"Texinfo home page: http://www.gnu.org/software/texinfo/";
+"Texinfo home page: https://www.gnu.org/software/texinfo/";
 msgstr ""
 "??????????????????????????? bug-texinfo@gnu.org???\n"
 "???????????????????????????????????? help-texinfo@gnu.org???\n"
-"Texinfo ?????????http://www.gnu.org/software/texinfo/";
+"Texinfo ?????????https://www.gnu.org/software/texinfo/";
 
 #: info/info.c:1197
 #, fuzzy, c-format
@@ -5138,12 +5138,12 @@ msgstr "%c%s ?????????"
 #~ "\n"
 #~ "Email bug reports to bug-texinfo@gnu.org,\n"
 #~ "general questions and discussion to help-texinfo@gnu.org.\n"
-#~ "Texinfo home page: http://www.gnu.org/software/texinfo/";
+#~ "Texinfo home page: https://www.gnu.org/software/texinfo/";
 #~ msgstr ""
 #~ "\n"
 #~ "??????????????????????????? bug-texinfo@gnu.org???\n"
 #~ "???????????????????????????????????? help-texinfo@gnu.org???\n"
-#~ "Texinfo ?????????http://www.gnu.org/software/texinfo/";
+#~ "Texinfo ?????????https://www.gnu.org/software/texinfo/";
 
 #~ msgid ""
 #~ "Basic Commands in Info Windows\n"
diff --git a/po/zh_TW.po b/po/zh_TW.po
index 27da14d591ff..18182d59db49 100644
--- a/po/zh_TW.po
+++ b/po/zh_TW.po
@@ -567,7 +567,7 @@ msgstr ""
 msgid ""
 "Email bug reports to bug-texinfo@gnu.org,\n"
 "general questions and discussion to help-texinfo@gnu.org.\n"
-"Texinfo home page: http://www.gnu.org/software/texinfo/";
+"Texinfo home page: https://www.gnu.org/software/texinfo/";
 msgstr ""
 "\n"
 "?{??????, ???H?q?l?l?? (?^??) ?^???? bug-texinfo@gnu.org,\n"
diff --git a/util/htmlxref.cnf b/util/htmlxref.cnf
index 1af587bb3dfa..75e9e4592a65 100644
--- a/util/htmlxref.cnf
+++ b/util/htmlxref.cnf
@@ -20,7 +20,7 @@ htmlxrefversion=2023-04-02.12; # UTC
 # - have a unique file name (e.g., manual identifier), i.e., be related to the
 #   package name.  Things like "refman" or "tutorial" don't work.
 # - follow the naming convention for nodes described at
-# http://www.gnu.org/software/texinfo/manual/texinfo/html_node/HTML-Xref.html
+# https://www.gnu.org/software/texinfo/manual/texinfo/html_node/HTML-Xref.html
 #   This is what makeinfo and texi2html implement.
 # 
 # Unless the above criteria are met, it's not possible to generate
diff --git a/util/texi2dvi b/util/texi2dvi
index a9828946764a..2e9bca98f1b3 100755
--- a/util/texi2dvi
+++ b/util/texi2dvi
@@ -182,7 +182,7 @@ should give you access to more documentation.
 
 Report bugs to bug-texinfo@gnu.org,
 general questions and discussion to help-texinfo@gnu.org.
-GNU Texinfo home page: <http://www.gnu.org/software/texinfo/>
+GNU Texinfo home page: <https://www.gnu.org/software/texinfo/>
 General help using GNU software: <http://www.gnu.org/gethelp/>
 EOF
   exit 0
-- 
2.43.0




reply via email to

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