From cb640e0dbfa2d440ae98411e845a6cc20bfcc7e7 Mon Sep 17 00:00:00 2001 From: Nick Clemens Date: Tue, 22 Nov 2016 10:45:56 +0000 Subject: [PATCH] Bug 17626 (QA followup) Fix SAX parser error pointing to INSTALL docs Signed-off-by: Nick Clemens Signed-off-by: Mason James --- misc/sax_parser_print.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/sax_parser_print.pl b/misc/sax_parser_print.pl index d206a5ecde..5d3a1acf9e 100755 --- a/misc/sax_parser_print.pl +++ b/misc/sax_parser_print.pl @@ -12,4 +12,4 @@ You have: $parser\n"; print "Looks " . ($parser =~ /^XML::LibXML::SAX::Parser=HASH/ ? - "good.\n" : "bad, check INSTALL.* documentation.\n"); + "good.\n" : "bad, check the Koha wiki documentation at https://wiki.koha-community.org.\n"); -- 2.11.4.GIT