diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2022-01-08 11:53:52 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2022-01-08 11:53:52 +0100 |
commit | fa838e76139763f902c7d27cb9e1d393ed6a15e4 (patch) | |
tree | 7d0ae09775ea950056193eaa2ca93844299d46f1 /build-aux/texi2html | |
parent | c78359d9542c86b972aac373efcf7bc7a8a560e5 (diff) | |
parent | 2959e59fab3bab834368adefd90bd4b1b094366b (diff) |
Merge branch 'feature/upstream' into develop
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 |