Update API credentials URL in credentials init
message
#144
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Motivation
The
arduino-cloud-cli credentials init
command prints a helpful message providing the user with guidance about how to obtain the Arduino Cloud API credentials.It seems the URL of the Arduino Cloud API Keys page changed due to restructuring of the site since the time this message was written. A redirect was not set up from the old URL to the new URL so the previous URL in the message now only redirects to the Arduino Cloud home page:
Change description
The URL is hereby updated to the modern URL of the API Keys page: https://app.arduino.cc/api-keys
Additional Notes
Although the incorrect/missing redirect should also be fixed, it is still best to avoid a reliance on such redirects since they tend to be ephemeral.
Reviewer checklist
main
.CONTRIBUTING.md
) and are well formatted.