docs: fix link to documentation for uuid widget (#826)

This commit is contained in:
Anders W 2023-05-26 13:30:58 +02:00 committed by GitHub
parent 5c7d5a2095
commit 527c87338a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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