From 7e7211c111116b7a13ff87e28f43ae0ecdbd3718 Mon Sep 17 00:00:00 2001 From: Willem Leuverink Date: Tue, 16 Jan 2024 00:09:58 +0100 Subject: [PATCH] add external links --- docs/advanced-usage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/advanced-usage.md b/docs/advanced-usage.md index d444680..8f55d8f 100644 --- a/docs/advanced-usage.md +++ b/docs/advanced-usage.md @@ -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