diff --git a/src/localize.c b/src/localize.c index b832c23..ff212e5 100644 --- a/src/localize.c +++ b/src/localize.c @@ -1781,11 +1781,12 @@ void TY_(NeedsAuthorIntervention)( TidyDocImpl* doc ) void TY_(GeneralInfo)( TidyDocImpl* doc ) { - tidy_out(doc, "To learn more about HTML Tidy see http://tidy.sourceforge.net\n"); - tidy_out(doc, "Please fill bug reports and queries using the \"tracker\" on the Tidy web site.\n"); - tidy_out(doc, "Additionally, questions can be sent to html-tidy@w3.org\n"); - tidy_out(doc, "HTML and CSS specifications are available from http://www.w3.org/\n"); - tidy_out(doc, "Lobby your company to join W3C, see http://www.w3.org/Consortium\n"); + tidy_out(doc, "About this fork of Tidy: https://github.com/w3c/tidy-html5\n"); + tidy_out(doc, "Bug reports and comments: https://github.com/w3c/tidy-html5/issues/\n"); + tidy_out(doc, "Or send questions and comments to html-tidy@w3.org\n"); + tidy_out(doc, "Latest HTML specification: http://dev.w3.org/html5/spec/\n"); + tidy_out(doc, "Validate your HTML5 documents: http://validator.w3.org/nu/\n"); + tidy_out(doc, "Lobby your company to join the W3C: http://www.w3.org/Consortium\n"); } #if SUPPORT_ACCESSIBILITY_CHECKS