Yaffs site version 1.1
[yaffs-website] / vendor / psy / psysh / src / Psy / Command / DocCommand.php
index 2b485980a6dd245298ca3bdbbe6098a2627907fa..6b3f2fd62ff1ca323daf37199f33326255b28ade 100644 (file)
@@ -74,7 +74,7 @@ HELP
             if (empty($doc) && !$db) {
                 $output->writeln('<warning>PHP manual not found</warning>');
                 $output->writeln('    To document core PHP functionality, download the PHP reference manual:');
-                $output->writeln('    https://github.com/bobthecow/psysh#downloading-the-manual');
+                $output->writeln('    https://github.com/bobthecow/dotfiles/wiki/PHP-manual');
             } else {
                 $output->writeln($doc);
             }