DOC Add missing reference to TagToShortcodeTask.

This commit is contained in:
Maxime Rainville 2019-06-11 15:17:25 +12:00
parent b0dccc7b75
commit 62cdc43e78
2 changed files with 2 additions and 2 deletions

View File

@ -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.

View File

@ -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.