diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2022-01-08 11:51:07 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2022-01-08 11:51:07 +0100 |
commit | be8efac78d067c138ad8dda03df4336e73f94887 (patch) | |
tree | 5f5254a628ba0ef72065b93d949d1c985742ea8e /build-aux/texi2html | |
parent | 7b65dbd4ebade81d504cfe5e681292a58ad1fdf0 (diff) |
New upstream version 1.0upstream/1.0
Diffstat (limited to 'build-aux/texi2html')
-rwxr-xr-x | build-aux/texi2html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build-aux/texi2html b/build-aux/texi2html index a0343665..618274ef 100755 --- a/build-aux/texi2html +++ b/build-aux/texi2html @@ -62,7 +62,7 @@ use File::Spec; # $Id: texi2html.pl,v 1.182 2007/05/07 22:56:02 pertusus Exp $ # Homepage: -my $T2H_HOMEPAGE = "http://www.nongnu.org/texi2html/"; +my $T2H_HOMEPAGE = "https://www.nongnu.org/texi2html/"; # Authors (appears in comments): my $T2H_AUTHORS = <<EOT; @@ -700,7 +700,7 @@ $DEBUG = 0; # for the document. # Definition: The SystemLiteral is called the entity's system # identifier. It is a URI, which may be used to retrieve the entity. -# See http://www.xml.com/axml/target.html#NT-ExternalID +# See https://www.xml.com/axml/target.html#NT-ExternalID $DOCTYPE = '<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html401/loose.dtd">'; # -frameset-doctype |