From 4175a60f85f39930886773c5045c2b5968a7e0f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Sat, 21 Sep 2019 16:53:46 +0200 Subject: [PATCH] Fix links --- docs/source/1.x/creating-tenants.blade.md | 2 +- docs/source/_nav/menu-item.blade.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/1.x/creating-tenants.blade.md b/docs/source/1.x/creating-tenants.blade.md index 4a5ba38..a5d3b71 100644 --- a/docs/source/1.x/creating-tenants.blade.md +++ b/docs/source/1.x/creating-tenants.blade.md @@ -27,4 +27,4 @@ tenant()->create('tenant2.yourapp.com', [ The `create` method returns an array with tenant information (`uuid`, `domain` and whatever else you supplied). -> Note: Creating a tenant doesn't run [migrations](https://stancl-tenancy.netlify.com/docs/console-commands/#migrate) automatically. You have to do that yourself. \ No newline at end of file +> Note: Creating a tenant doesn't run [migrations]({{ $page->link('console-commands/#migrate') }}) automatically. You have to do that yourself. \ No newline at end of file diff --git a/docs/source/_nav/menu-item.blade.php b/docs/source/_nav/menu-item.blade.php index c9eed21..824027c 100644 --- a/docs/source/_nav/menu-item.blade.php +++ b/docs/source/_nav/menu-item.blade.php @@ -1,7 +1,7 @@
  • @if ($url = is_string($item) ? $item : $item->url) {{-- Menu item with URL--}} - {{ $label }}