From 0ec78d5b493c6893e1b374db450cf702603e0285 Mon Sep 17 00:00:00 2001 From: Michel van de Wetering Date: Mon, 1 Jan 2024 22:30:30 +0100 Subject: [PATCH] Fix link to Config entry migration docs (#2029) --- blog/2023-12-18-config-entry-minor-version.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog/2023-12-18-config-entry-minor-version.md b/blog/2023-12-18-config-entry-minor-version.md index 5c880dc2..3c58e2d4 100644 --- a/blog/2023-12-18-config-entry-minor-version.md +++ b/blog/2023-12-18-config-entry-minor-version.md @@ -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).