Fix link to Config entry migration docs (#2029)

This commit is contained in:
Michel van de Wetering 2024-01-01 22:30:30 +01:00 committed by GitHub
parent 190ad2cf98
commit 0ec78d5b49
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,4 +15,4 @@ We have been very conservative with versioning config entry data because it brea
By introducing minor versions similar to that already offered by the storage helper, this pattern is no longer recommended.
A bump of the minor version should be done instead whenever the newly added, or otherwise changed, data does not break older versions.
More details can be found in the [documentation on config entry migration](docs/config_entries_config_flow_handler#config-entry-migration) and in [core PR #105749](https://github.com/home-assistant/core/pull/105479).
More details can be found in the [documentation on config entry migration](/docs/config_entries_config_flow_handler#config-entry-migration) and in [core PR #105749](https://github.com/home-assistant/core/pull/105479).