From 96ca024accbcb689c271979ac3883a3fe5b72f44 Mon Sep 17 00:00:00 2001 From: ClementTsang Date: Sat, 25 Sep 2021 22:11:10 -0400 Subject: docs: break broken image link for sample layout --- docs/content/configuration/config-file/layout.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/configuration/config-file/layout.md b/docs/content/configuration/config-file/layout.md index f33b2126..86d25e1e 100644 --- a/docs/content/configuration/config-file/layout.md +++ b/docs/content/configuration/config-file/layout.md @@ -31,7 +31,7 @@ The second column is split into two rows with a 1:1 ratio. The first is the temp This is what the layout would look like when run: -![Sample layout](/assets/screenshots/config/layout/sample_layout.webp) +![Sample layout](../../../assets/screenshots/config/layout/sample_layout.webp) Each `[[row]]` represents a _row_ in the layout. A row can have any number of `child` values. Each `[[row.child]]` represents either a _column or a widget_. A column can have any number of `child` values as well. Each `[[row.child.child]]` -- cgit v1.2.3