From 4901bfb5b00b93df72ece7eb57611bfb227d538e 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 --- 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 d206a5e..5d3a1ac 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.1.4