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 @@