From 5845aeae7400b54d3816969d04454340a3cb6077 Mon Sep 17 00:00:00 2001 From: Joe Pavitt Date: Mon, 23 Sep 2024 11:22:19 +0100 Subject: [PATCH] Docs: Fix broken ./grid ink in online documentation --- docs/layouts/types/fixed.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/layouts/types/fixed.md b/docs/layouts/types/fixed.md index 26b05d05..80446068 100644 --- a/docs/layouts/types/fixed.md +++ b/docs/layouts/types/fixed.md @@ -19,4 +19,4 @@ It will automatically move widgets to the next row if they don't fit within a gi ## Breakpoints -Below 576px, Fixed layouts will render in a responsive mode in order to support mobile rendering. Here, they actually become [Grid](../grid.md) layouts, with the width of each group being calculated as a portion of 3 columns, rather than a fixed pixel size. \ No newline at end of file +Below 576px, Fixed layouts will render in a responsive mode in order to support mobile rendering. Here, they actually become [Grid](./grid.md) layouts, with the width of each group being calculated as a portion of 3 columns, rather than a fixed pixel size. \ No newline at end of file