Skip to content

Commit 1899741

Browse files
Update check_for_updates.go
Co-authored-by: Per Tillisch <accounts@perglass.com>
1 parent 1bfd1bf commit 1899741

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

check_for_updates.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ func checkForUpdates() error {
7171
color.YellowString(i18n.Tr("A new release of Arduino Flasher CLI is available:")),
7272
color.CyanString(currentVersion.String()),
7373
color.CyanString(latestVersion.String()),
74-
color.YellowString("https://github.com/arduino/arduino-flasher-cli/releases/latest"))
74+
color.YellowString("https://www.arduino.cc/en/software/#flasher-tool"))
7575
feedback.Print(msg)
7676

7777
return nil

0 commit comments

Comments
 (0)