From 8c5a08f28bbbbe4d46ce63bd6f6bac151ab1c8bb Mon Sep 17 00:00:00 2001 From: Aman Kumar Date: Tue, 9 Jan 2024 11:47:40 +0530 Subject: [PATCH] fix: update entry migration doc url --- packages/contentstack-branches/src/branch/merge-handler.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/contentstack-branches/src/branch/merge-handler.ts b/packages/contentstack-branches/src/branch/merge-handler.ts index 6f76844331..ed3f30f616 100644 --- a/packages/contentstack-branches/src/branch/merge-handler.ts +++ b/packages/contentstack-branches/src/branch/merge-handler.ts @@ -300,7 +300,7 @@ export default class MergeHandler { } cliux.print( - `\nKindly follow the steps in the guide "https://www.contentstack.com/docs/developers/cli/migrate-branch-entries" to update the migration scripts, and then run the command:\n\n${migrationCommand}`, + `\nKindly follow the steps in the guide "https://www.contentstack.com/docs/developers/cli/entry-migration" to update the migration scripts, and then run the command:\n\n${migrationCommand}`, { color: 'blue' }, ); }