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