diff --git a/docs/en/02_Developer_Guides/14_Files/05_File_Migration.md b/docs/en/02_Developer_Guides/14_Files/05_File_Migration.md index 481d94551..02cb1c88e 100644 --- a/docs/en/02_Developer_Guides/14_Files/05_File_Migration.md +++ b/docs/en/02_Developer_Guides/14_Files/05_File_Migration.md @@ -193,7 +193,7 @@ The shortcode format in SilverStripe 4 has changed from SilverStripe 3. This mea After running the file migration, you can run the short code migration task to update your existing HTML content in your database: ```bash -sake dev/tasks/TagsToShortcode +sake dev/tasks/TagsToShortcodeTask ``` This will rewrite your existing shortcodes to the newer format SilverStripe 4 expects as well as convert `img` and `a` tags to use shortcodes.