Skip to content

Commit

Permalink
fix: update entry migration doc url
Browse files Browse the repository at this point in the history
  • Loading branch information
aman19K committed Jan 9, 2024
1 parent 97f39de commit 8c5a08f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/contentstack-branches/src/branch/merge-handler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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' },
);
}
Expand Down

0 comments on commit 8c5a08f

Please sign in to comment.