diff --git a/docs/updating/update-to-46.md b/docs/updating/update-to-46.md index 127b7ece381..7455ed6a11c 100644 --- a/docs/updating/update-to-46.md +++ b/docs/updating/update-to-46.md @@ -84,7 +84,7 @@ At the same time, we have developed an internal tooling to make sure guardrails If your build throws errors after the update, search and replace the old names with the new ones from the {@link updating/nim-migration/migrating-imports update guide}. **We have not changed the behavior of these APIs, just the names**. - Manually updating all these numerous imports could be time-consuming and error-prone. We recommend using the [tables with the changed import/export names](https://raw.githubusercontent.com/ckeditor/ckeditor5/refs/heads/master/docs/updating/nim-migration/migrating-exports.md) as context for tools such as Copilot, ChatGPT, or other LLM-based services that can automatically update all imports in your project. + Manually updating all these numerous imports could be time-consuming and error-prone. We recommend using the [tables with the changed import/export names](https://raw.githubusercontent.com/ckeditor/ckeditor5/refs/heads/master/docs/updating/nim-migration/migrating-imports.md) as context for tools such as Copilot, ChatGPT, or other LLM-based services that can automatically update all imports in your project. ### Introduction of the default content styles