Bug 17626 (QA followup)
authorNick Clemens <nick@bywatersolutions.com>
Tue, 22 Nov 2016 10:45:56 +0000 (10:45 +0000)
committerKyle M Hall <kyle@bywatersolutions.com>
Tue, 22 Nov 2016 11:29:07 +0000 (11:29 +0000)
    Fix SAX parser error pointing to INSTALL docs

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
misc/sax_parser_print.pl

index d206a5e..5d3a1ac 100755 (executable)
@@ -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");