Skip to content

Commit cdce511

Browse files
committed
[0.7.x] Update laravel doc URL
1 parent 453a39b commit cdce511

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dev-server-index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
<div class="py-8 text-base leading-7">
4949
<p>This is the Vite development server that provides Hot Module Replacement for your Laravel application.</p>
5050
<p class="mt-6">To access your Laravel application, you will need to run a local development server.</p>
51-
<h2 class="mt-6"><a href="https://laravel.com/docs/9.x/installation#your-first-laravel-project" class="font-semibold text-red-500 hover:text-red-600">Artisan Serve</a></h2>
51+
<h2 class="mt-6"><a href="https://laravel.com/docs/installation#your-first-laravel-project" class="font-semibold text-red-500 hover:text-red-600">Artisan Serve</a></h2>
5252
<p>Laravel's local development server powered by PHP's built-in web server.</p>
5353
<h2 class="mt-6"><a href="https://laravel.com/docs/sail" class="font-semibold text-red-500 hover:text-red-600">Laravel Sail</a></h2>
5454
<p>A light-weight command-line interface for interacting with Laravel's default Docker development environment.</p>

0 commit comments

Comments
 (0)