X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=misc%2Fsax_parser_print.pl;h=5d3a1acf9e72398677b40dbc1cf9d7f84a6638ee;hb=65af3904c5b1359a298c4ed0024a6e258ac8e342;hp=d206a5ecde1243aeeeccf21c81cd8fcc6d70643c;hpb=50537e6a00b04bd9a6137b7e20d69104fc008f7a;p=koha-ffzg.git 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");