From f36cff842797050864a1ee0ca1f1308256052f10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Mon, 8 Jun 2020 21:58:53 +0200 Subject: [PATCH] fix integration links --- source/docs/v3/integrating.blade.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/source/docs/v3/integrating.blade.md b/source/docs/v3/integrating.blade.md index 06b4327..cd5aa8d 100644 --- a/source/docs/v3/integrating.blade.md +++ b/source/docs/v3/integrating.blade.md @@ -9,14 +9,14 @@ section: content If you're using the [automatic mode]({{ $page->link('features/automatic-mode') }}) & [multi-database tenancy]({{ $page->link('multi-database-tenancy') }}), you'll be able to integrate with other packages easily. -[Integration with Spatie packages]({{ $page->link('features/spatie') }}) +[Integration with Spatie packages]({{ $page->link('integrations/spatie') }}) -[Laravel Horizon]({{ $page->link('features/horizon') }}) +[Laravel Horizon]({{ $page->link('integrations/horizon') }}) -[Laravel Passport]({{ $page->link('features/passport') }}) +[Laravel Passport]({{ $page->link('integrations/passport') }}) -[Laravel Nova]({{ $page->link('features/nova') }}) +[Laravel Nova]({{ $page->link('integrations/nova') }}) -[Laravel Telescope]({{ $page->link('features/telescope') }}) +[Laravel Telescope]({{ $page->link('integrations/telescope') }}) -[Livewire]({{ $page->link('features/livewire') }}) +[Livewire]({{ $page->link('integrations/livewire') }})