From 43a122ba55b41948e11f984abc63ad9c1e79af9d Mon Sep 17 00:00:00 2001 From: Impeck Date: Mon, 11 Apr 2022 12:08:12 +0500 Subject: [PATCH] fix link to Universal Routes --- source/docs/v3/integrations/orchid.blade.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/docs/v3/integrations/orchid.blade.md b/source/docs/v3/integrations/orchid.blade.md index 8d8700d..0e2aec1 100644 --- a/source/docs/v3/integrations/orchid.blade.md +++ b/source/docs/v3/integrations/orchid.blade.md @@ -12,7 +12,7 @@ The instruction is written for a newly installed Orchid platform, it is proposed Laravel Orchid has already been installed according to the [documentation Orchid](https://orchid.software/en/docs/installation/). All the steps have also been completed [Quickstart Tutorial](/docs/v3/quickstart). -- To use Orchid both in the central & tenant parts you need to enable [Universal Routes](docs/v3/features/universal-routes). +- To use Orchid both in the central & tenant parts you need to enable [Universal Routes]({{ $page->link('features/universal-routes') }}). - Add the tenancy middleware to your `config\platform.php` ```php