From 5cbd3ee95b67c3d41c2c29f495de234e670e72fa Mon Sep 17 00:00:00 2001 From: Geoff McLane Date: Wed, 8 Apr 2015 17:55:12 +0200 Subject: [PATCH] From issue #191, saw need to revert to 'master' branch --- src/localize.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/localize.c b/src/localize.c index 08063a5..f1d3bdc 100755 --- a/src/localize.c +++ b/src/localize.c @@ -1877,7 +1877,7 @@ void TY_(NeedsAuthorIntervention)( TidyDocImpl* doc ) void TY_(GeneralInfo)( TidyDocImpl* doc ) { if (!cfgBool(doc, TidyShowInfo)) return; - tidy_out(doc, "About HTML Tidy: https://github.com/htacg/tidy-html5/tree/develop-500\n"); + tidy_out(doc, "About HTML Tidy: https://github.com/htacg/tidy-html5\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, "Latest HTML specification: http://dev.w3.org/html5/spec-author-view/\n");