Bug 20915: Use date --iso-8601 instead of date +%Y-%m-%d
[koha.git] / 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");