diff --git a/docs/en/03_Upgrading/01_Upgrading_project.md b/docs/en/03_Upgrading/01_Upgrading_project.md index bfd8c179c..c124cb9f9 100644 --- a/docs/en/03_Upgrading/01_Upgrading_project.md +++ b/docs/en/03_Upgrading/01_Upgrading_project.md @@ -1235,7 +1235,7 @@ has been added to assist in migration of existing files (see [file migration doc ./vendor/bin/sake dev/tasks/MigrateFileTask ``` -##### Rewriting asset references +##### Rewriting asset references{#tagtoshortcode} Your `img` and `a` tag references to your assets may now be pointing to a location in your assets folder that has been moved. There is a task available which will look through all your tables containing `HTMLText` and `HTMLVarchar` fields looking for broken references and then rewrite them to the new location of the file. diff --git a/docs/en/04_Changelogs/4.4.0.md b/docs/en/04_Changelogs/4.4.0.md index a96193e24..46e81858f 100644 --- a/docs/en/04_Changelogs/4.4.0.md +++ b/docs/en/04_Changelogs/4.4.0.md @@ -70,7 +70,7 @@ We have ironed out some edge cases since then: * [Hash-less public asset URLs](#hash-less) * [Legacy thumbnail locations](#legacy-thumb) - * TODO Shortcode migration + * [HTMLText short code migration](/Upgrading/Upgrading_projec#tagtoshortcode) You can opt-in to performing these migration tasks on your already upgraded SilverStripe 4.x project.