Fix links

This commit is contained in:
Samuel Štancl 2019-09-21 16:53:46 +02:00
parent 2530f17bc2
commit 4175a60f85
2 changed files with 2 additions and 2 deletions

View file

@ -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.
> Note: Creating a tenant doesn't run [migrations]({{ $page->link('console-commands/#migrate') }}) automatically. You have to do that yourself.