Skip to content

Commit 94886aa

Browse files
authored
Update Laravel doc link to always point to latest version (tailwindlabs#2201)
The current link points to the Laravel 11.x docs, which are now outdated, Laravel is currently at 12.x. This PR updates the URL to use the version-agnostic link so it always points to the latest docs.
1 parent f6b15eb commit 94886aa

File tree

1 file changed

+1
-1
lines changed
  • src/app/(docs)/docs/installation/framework-guides

1 file changed

+1
-1
lines changed

src/app/(docs)/docs/installation/framework-guides/laravel.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export let steps: Step[] = [
3030
body: (
3131
<p>
3232
Start by creating a new Laravel project if you don’t have one set up already. The most common approach is to use{" "}
33-
<a href="https://laravel.com/docs/11.x#creating-an-application">the Laravel installer</a>.
33+
<a href="https://laravel.com/docs#creating-an-application">the Laravel installer</a>.
3434
</p>
3535
),
3636
code: {

0 commit comments

Comments
 (0)