diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2022-02-07 06:57:44 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2022-02-07 06:57:44 +0100 |
commit | 6ffaa52cf732a84c0f8259dbc9b8183960ec5c33 (patch) | |
tree | d3136c22e3e805cfc0efe78412cce905a17e0c8d /build-aux/texi2html | |
parent | 591cbf5878b7d4105b275585b9db1324c9dfce56 (diff) | |
parent | af151c593704a40e10efb28d1e3dd59a23a661f3 (diff) |
Merge branch 'release/debian/1.0-1'debian/1.0-1
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 a034366..618274e 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 |