From 1aba4d1f259c6267260fbde9c60201ac4f4d12c8 Mon Sep 17 00:00:00 2001 From: Alexander Schwabe Date: Sun, 29 Dec 2024 16:16:52 +0100 Subject: [PATCH] Fix list widget example link (#805) The current one leads to a 404 --- src/content/docs/concepts/widgets.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/concepts/widgets.md b/src/content/docs/concepts/widgets.md index 85e81754c..6dce7a133 100644 --- a/src/content/docs/concepts/widgets.md +++ b/src/content/docs/concepts/widgets.md @@ -21,7 +21,7 @@ widgets include: - [`Gauge`]|[`Example`](/examples/widgets/gauge): Displays progress percentage using block characters. - [`LineGauge`]: Display progress as a line. -- [`List`]|[`Example`](list): Displays a list of items and allows selection. +- [`List`]|[`Example`](/examples/widgets/list): Displays a list of items and allows selection. - [`Paragraph`]|[`Example`](/examples/widgets/paragraph): Displays a paragraph of optionally styled and wrapped text. - [`Scrollbar`]|[`Example`](/examples/widgets/scrollbar): Displays a scrollbar.