From 27bc76732551ab75b4491dc0c030f4b0ef170331 Mon Sep 17 00:00:00 2001 From: Geoff McLane Date: Sat, 24 Jan 2015 16:39:57 +0100 Subject: [PATCH] Fix some more info messages --- src/localize.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/localize.c b/src/localize.c index 89ee3e4..f24f301 100755 --- a/src/localize.c +++ b/src/localize.c @@ -1863,9 +1863,9 @@ void TY_(NeedsAuthorIntervention)( TidyDocImpl* doc ) void TY_(GeneralInfo)( TidyDocImpl* doc ) { if (!cfgBool(doc, TidyShowInfo)) return; - tidy_out(doc, "About this fork of Tidy: https://github.com/geoffmcl/tidy-fork/\n"); - tidy_out(doc, "Bug reports and comments: https://github.com/geoffmcl/tidy-fork/issues/\n"); - tidy_out(doc, "Or send questions and comments to tidy _at_ geoffair _dot_ info\n"); + tidy_out(doc, "About this fork of Tidy: https://github.com/htacg/tidy-html5/tree/develop-500\n"); + tidy_out(doc, "Bug reports and comments: https://github.com/htacg/tidy-html5/issues\n"); + tidy_out(doc, "Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/\n"); tidy_out(doc, "HTML5 language tutorial: http://www.w3schools.com/html/html5_intro.asp\n"); tidy_out(doc, "Latest HTML specification: http://dev.w3.org/html5/spec-author-view/\n"); tidy_out(doc, "Validate your HTML5 documents: http://validator.w3.org/nu/\n");