From f397f939758b2fd95f192385f5d4fe50ae546a1d Mon Sep 17 00:00:00 2001 From: Torsten Dittmann Date: Tue, 4 Jan 2022 17:48:19 +0100 Subject: [PATCH] fix: migration link --- app/tasks/migrate.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/tasks/migrate.php b/app/tasks/migrate.php index f6b47814d..b06a518cb 100644 --- a/app/tasks/migrate.php +++ b/app/tasks/migrate.php @@ -30,7 +30,7 @@ $cli Console::error('--------------------'); Console::warning('Migrating to Version 0.12.x introduces a major breaking change within the Database Service!'); Console::warning('Before migrating, please read about the breaking changes here:'); - Console::info('https://appwrite.io/guide-to-db-migration'); + Console::info('https://dev.to/appwrite/appwrite-012-migration-post-3cha'); $confirm = Console::confirm("If you want to proceed, type 'yes':"); if ($confirm != 'yes') { Console::exit(1);