We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bfd1bf commit 1899741Copy full SHA for 1899741
check_for_updates.go
@@ -71,7 +71,7 @@ func checkForUpdates() error {
71
color.YellowString(i18n.Tr("A new release of Arduino Flasher CLI is available:")),
72
color.CyanString(currentVersion.String()),
73
color.CyanString(latestVersion.String()),
74
- color.YellowString("https://github.com/arduino/arduino-flasher-cli/releases/latest"))
+ color.YellowString("https://www.arduino.cc/en/software/#flasher-tool"))
75
feedback.Print(msg)
76
77
return nil
0 commit comments