From cf70df48252dbdebe71b65f2e48e0fa1d271e93c Mon Sep 17 00:00:00 2001 From: Wouter van Marrum Date: Mon, 7 Oct 2019 13:37:41 +0200 Subject: [PATCH] Update upgrading.blade.md Fixed a broken link --- docs/source/v2/upgrading.blade.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/v2/upgrading.blade.md b/docs/source/v2/upgrading.blade.md index 3e16407..676d904 100644 --- a/docs/source/v2/upgrading.blade.md +++ b/docs/source/v2/upgrading.blade.md @@ -52,5 +52,5 @@ If you're coming from 1.x, it's recommended to read (or at least skim through) t ## New Features - [Tenant Config]({{ $page->link('tenant-config') }}) -- [Migrate Fresh]({{ $page->link('commands#migrate-fresh') }}) +- [Migrate Fresh]({{ $page->link('console-commands#migrate-fresh') }}) - [`tenants:create`]({{ $page->link('commands#create-tenant') }})