Skip to content

Commit 184f411

Browse files
Update general-info message tidy emits at end.
1 parent 6c9895d commit 184f411

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

src/localize.c

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1781,11 +1781,12 @@ void TY_(NeedsAuthorIntervention)( TidyDocImpl* doc )
17811781

17821782
void TY_(GeneralInfo)( TidyDocImpl* doc )
17831783
{
1784-
tidy_out(doc, "To learn more about HTML Tidy see http://tidy.sourceforge.net\n");
1785-
tidy_out(doc, "Please fill bug reports and queries using the \"tracker\" on the Tidy web site.\n");
1786-
tidy_out(doc, "Additionally, questions can be sent to [email protected]\n");
1787-
tidy_out(doc, "HTML and CSS specifications are available from http://www.w3.org/\n");
1788-
tidy_out(doc, "Lobby your company to join W3C, see http://www.w3.org/Consortium\n");
1784+
tidy_out(doc, "About this fork of Tidy: https://github.com/w3c/tidy-html5\n");
1785+
tidy_out(doc, "Bug reports and comments: https://github.com/w3c/tidy-html5/issues/\n");
1786+
tidy_out(doc, "Or send questions and comments to [email protected]\n");
1787+
tidy_out(doc, "Latest HTML specification: http://dev.w3.org/html5/spec/\n");
1788+
tidy_out(doc, "Validate your HTML5 documents: http://validator.w3.org/nu/\n");
1789+
tidy_out(doc, "Lobby your company to join the W3C: http://www.w3.org/Consortium\n");
17891790
}
17901791

17911792
#if SUPPORT_ACCESSIBILITY_CHECKS

0 commit comments

Comments
 (0)