From 72130fa26b31fbd60fcb22605843a474d5bcf7e7 Mon Sep 17 00:00:00 2001 From: Rohan Date: Tue, 3 Sep 2024 11:17:38 -0400 Subject: [PATCH] Fixed link in docs to .md file on GitHub (#2154) --- docs/pages/tutorials/integrating-with-laravel.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pages/tutorials/integrating-with-laravel.md b/docs/pages/tutorials/integrating-with-laravel.md index 6f3ecc0d10..4c64a92239 100644 --- a/docs/pages/tutorials/integrating-with-laravel.md +++ b/docs/pages/tutorials/integrating-with-laravel.md @@ -9,7 +9,7 @@ meta: This page explains how to integrate Shoelace with a [Laravel 9](https://laravel.com) app using Vite. For additional details refer to the [Bundling Assets (Vite)](https://laravel.com/docs/9.x/vite) section in the official Laravel docs. :::tip -This is a community-maintained document. Please [ask the community](/resources/community) if you have questions about this integration. You can also [suggest improvements](https://github.com/shoelace-style/shoelace/blob/next/docs/tutorials/integrating-with-laravel.md) to make it better. +This is a community-maintained document. Please [ask the community](/resources/community) if you have questions about this integration. You can also [suggest improvements](https://github.com/shoelace-style/shoelace/blob/next/docs/pages/tutorials/integrating-with-laravel.md) to make it better. ::: ## Requirements