Skip to content

Commit da09980

Browse files
Fix post-install Next steps URL (#587)
* Fix post-install "Next steps" URL redirecting to wrong page * Update InstallCommand.php --------- Co-authored-by: Pushpak Chhajed <pushpak1300@gmail.com>
1 parent 7d52f60 commit da09980

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Console/InstallCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ protected function performInstallation(): void
136136

137137
protected function outro(): void
138138
{
139-
$url = 'https://boost.laravel.com/installed/';
139+
$url = 'https://laravel.com/docs/boost';
140140
$link = $this->hyperlink($url, $url);
141141
$text = 'Enjoy the boost 🚀 Next steps: ';
142142

0 commit comments

Comments
 (0)