From 2f043afe35531e4f421d7c683c1f7f161f43059a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Mon, 22 Jun 2020 00:14:40 +0200 Subject: [PATCH] link to universal routes from livewire page --- source/docs/v3/integrations/livewire.blade.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/docs/v3/integrations/livewire.blade.md b/source/docs/v3/integrations/livewire.blade.md index e53314f..15a9c98 100644 --- a/source/docs/v3/integrations/livewire.blade.md +++ b/source/docs/v3/integrations/livewire.blade.md @@ -24,4 +24,4 @@ to this: Now you can use Livewire both in the central app and the tenant app. -Also make sure to enable *universal routes*: \ No newline at end of file +Also make sure to enable [universal routes]({{ $page->link('features/universal-routes') }})