diff --git a/website/docs/migration/migration-automated.md b/website/docs/migration/migration-automated.md index 7c1f8de1196b..d2cab3de01d5 100644 --- a/website/docs/migration/migration-automated.md +++ b/website/docs/migration/migration-automated.md @@ -61,7 +61,7 @@ You can add option flags to the migration CLI to automatically migrate Markdown ```bash # example using options -npx docusaurus-migrate migrate --mdx --page ./v1-website ./v2-website +npx @docusaurus/migrate migrate --mdx --page ./v1-website ./v2-website ``` :::danger