From 527c87338a84dce210f4e9f237db0c0840ee1019 Mon Sep 17 00:00:00 2001 From: Anders W Date: Fri, 26 May 2023 13:30:58 +0200 Subject: [PATCH] docs: fix link to documentation for uuid widget (#826) --- packages/docs/content/docs/widgets.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/docs/content/docs/widgets.mdx b/packages/docs/content/docs/widgets.mdx index 4c349f2d..4736644b 100644 --- a/packages/docs/content/docs/widgets.mdx +++ b/packages/docs/content/docs/widgets.mdx @@ -30,7 +30,7 @@ To see working examples of all of the built-in widgets, try making a 'Kitchen Si | [Select](/docs/widget-select) | The select widget allows you to pick a string value from a dropdown menu | | [String](/docs/widget-string) | The string widget translates a basic text input to a string value | | [Text](/docs/widget-text) | The text widget takes a multiline text field and saves it as a string | -| [Text](/docs/widget-text) | The uuid widget generates a unique id (uuid) and saves it as a string | +| [UUID](/docs/widget-uuid) | The uuid widget generates a unique id (uuid) and saves it as a string | ## Common widget options