1
0
mirror of https://github.com/laravel/valet.git synced 2026-02-04 16:10:08 +01:00

Update URL for upgrade instructions

This commit is contained in:
Sebastian Popp
2020-12-15 10:52:14 +01:00
committed by GitHub
parent af4d25f924
commit 8b88f7f571

View File

@@ -436,7 +436,7 @@
output('Yes');
} else {
output(sprintf('Your version of Valet (%s) is not the latest version available.', $version));
output('Upgrade instructions can be found in the docs: https://laravel.com/docs/valet#upgrading');
output('Upgrade instructions can be found in the docs: https://laravel.com/docs/valet#upgrading-valet');
}
})->descriptions('Determine if this is the latest version of Valet');