X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=vendor%2Fpsy%2Fpsysh%2Fsrc%2FPsy%2FCommand%2FDocCommand.php;h=6b3f2fd62ff1ca323daf37199f33326255b28ade;hp=2b485980a6dd245298ca3bdbbe6098a2627907fa;hb=eba34333e3c89f208d2f72fa91351ad019a71583;hpb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae diff --git a/vendor/psy/psysh/src/Psy/Command/DocCommand.php b/vendor/psy/psysh/src/Psy/Command/DocCommand.php index 2b485980a..6b3f2fd62 100644 --- a/vendor/psy/psysh/src/Psy/Command/DocCommand.php +++ b/vendor/psy/psysh/src/Psy/Command/DocCommand.php @@ -74,7 +74,7 @@ HELP if (empty($doc) && !$db) { $output->writeln('PHP manual not found'); $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); }