From d3fe131dbc91776e41cabacd3efda0b0f72e6c62 Mon Sep 17 00:00:00 2001 From: HPott25 Date: Mon, 16 Mar 2026 18:25:51 +0100 Subject: [PATCH] Fix link to widgets documentation (#2672) Updated link to widgets documentation to correct 404 error. Signed-off-by: HPott25 --- ui/layout-pages-fixed.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/layout-pages-fixed.md b/ui/layout-pages-fixed.md index 11a45e859..7946f596c 100644 --- a/ui/layout-pages-fixed.md +++ b/ui/layout-pages-fixed.md @@ -8,7 +8,7 @@ title: Fixed Layout Pages Fixed layouts allow you to position and size widgets freely, either on a grid with **Fixed Grid** layout, or in a completely free way with **Fixed Canvas** layouts (with **Fixed Canvas**, you are still able to temporarily switch on a grid if you want to snap some widgets). -The main idea is to create a layout on which you can freely place [widgets](/ui/building-pages.html#building-pages-components-widgets) which provide the interaction with your home automation system. +The main idea is to create a layout on which you can freely place [widgets]({{base}}/ui/building-pages.html#building-pages-components-widgets) which provide the interaction with your home automation system. You can even make the **background image interactive** and use it as multi-widget to control and trigger actions like you can do with widgets.