Skip to content

Commit c1ea28f

Browse files
authored
Merge pull request #129 from Gustavinho/hotfix/fix-documentation
Fixed a link to the including assets section
2 parents 05f2456 + d141f76 commit c1ea28f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Laravel Views includes by default a set up using different parts of the TALL sta
6666
php artisan view:clear
6767
```
6868

69-
These directives are fine for a dev environment, however, if you want to use your own Tailwindcss or Alpinde.js setup, you can [disable these assets](./doc/laravel-views#including-assets) from being loaded with the Laravel views directive.
69+
These directives are fine for a dev environment, however, if you want to use your own Tailwindcss or Alpinde.js setup, you can [disable these assets](./doc/laravel-views.md#including-assets) from being loaded with the Laravel views directive.
7070
# First table view
7171
This is a basic usage of a table view, you can [read the full table view documentation ](doc/table-view.md)
7272

0 commit comments

Comments
 (0)