summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClementTsang <cjhtsang@uwaterloo.ca>2021-09-25 22:11:10 -0400
committerClementTsang <cjhtsang@uwaterloo.ca>2021-09-25 22:11:10 -0400
commit96ca024accbcb689c271979ac3883a3fe5b72f44 (patch)
treecd4251493236dcf9f2db3537373e4a61b7bf000c
parent7e71832d100fbb754795c50245ddb5f69b8b7435 (diff)
docs: break broken image link for sample layout
-rw-r--r--docs/content/configuration/config-file/layout.md2
1 files changed, 1 insertions, 1 deletions
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]]`