Skip to content

Commit 3e54c17

Browse files
authored
Update API credentials URL in credentials init message (#144)
* Update API credentials URL in `credentials init` message
1 parent 5a3fd44 commit 3e54c17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: cli/credentials/init.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ func runInitCommand(flags *initFlags) error {
9999
}
100100

101101
// Take needed credentials starting an interactive mode
102-
feedback.Print("To obtain your API credentials visit https://create.arduino.cc/iot/integrations")
102+
feedback.Print("To obtain your API credentials visit https://app.arduino.cc/api-keys")
103103
id, key, org, err := paramsPrompt()
104104
if err != nil {
105105
return fmt.Errorf("cannot take credentials params: %w", err)

0 commit comments

Comments
 (0)