Skip to content

Commit

Permalink
add external links
Browse files Browse the repository at this point in the history
  • Loading branch information
gwleuverink committed Jan 15, 2024
1 parent 7d9a1e0 commit 7e7211c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/advanced-usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ Please note Bundle's primary goal is to get imports inside your Blade template.
{: .note }
Bundle is meant as a tool for Blade centric apps, like Livewire, to enable code colocation with page specific JavaScript. Preferably the bulk of custom code should live inline in a script tag or in a Alpine component.
> Bundle is meant as a tool for Blade centric apps, like [Livewire](https://livewire.laravel.com), to enable code colocation with page specific JavaScript. Preferably the bulk of custom code should live inline in a script tag or in a [Alpine]((https://alpinejs.dev)) component.
## Sourcemaps
Expand Down

0 comments on commit 7e7211c

Please sign in to comment.