diff --git a/content/arduino-cloud/03.cloud-interface/03.dashboard-widgets/assets/link-widget-options.png b/content/arduino-cloud/03.cloud-interface/03.dashboard-widgets/assets/link-widget-options.png new file mode 100644 index 0000000000..d7f3bba3b3 Binary files /dev/null and b/content/arduino-cloud/03.cloud-interface/03.dashboard-widgets/assets/link-widget-options.png differ diff --git a/content/arduino-cloud/03.cloud-interface/03.dashboard-widgets/assets/link-widget.png b/content/arduino-cloud/03.cloud-interface/03.dashboard-widgets/assets/link-widget.png new file mode 100644 index 0000000000..915e07c74c Binary files /dev/null and b/content/arduino-cloud/03.cloud-interface/03.dashboard-widgets/assets/link-widget.png differ diff --git a/content/arduino-cloud/03.cloud-interface/03.dashboard-widgets/dashboard-widgets.md b/content/arduino-cloud/03.cloud-interface/03.dashboard-widgets/dashboard-widgets.md index c694aa608c..95626e0352 100644 --- a/content/arduino-cloud/03.cloud-interface/03.dashboard-widgets/dashboard-widgets.md +++ b/content/arduino-cloud/03.cloud-interface/03.dashboard-widgets/dashboard-widgets.md @@ -322,6 +322,14 @@ ledVariable = true; ledVariable = false; ``` +### Link + +![Link Widget](assets/link-widget.png) + +The Link widget lets you put a link on your dashboard! The icon, color and label can be fully customized to your liking. The correct URL format for this widget is for example "`https://arduino.cc`". If the you get the error "Invalid URL format", please try adding "https://" to the start of your URL. + +![Link Widget options](assets/link-widget-options.png) + ### Map ![Map Widget](assets/widget-map.png)