-
-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Links in comment update #72
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is an inconsistency in the forms of the URLs. ~Half have a trailing slash (e.g., https://docs.arduino.cc/built-in-examples/basics/Blink/
and the other half omit the trailing slash (e.g., https://docs.arduino.cc/built-in-examples/basics/Blink
).
Although the URL format without the trailing slash works perfectly well, it results in a redirect to the final URL with the trailing slash. Using the final URL is best practices so I suggest using that form consistently.
examples/09.USB/KeyboardAndMouseControl/KeyboardAndMouseControl.ino
Outdated
Show resolved
Hide resolved
examples/09.USB/Mouse/ButtonMouseControl/ButtonMouseControl.ino
Outdated
Show resolved
Hide resolved
examples/09.USB/Mouse/JoystickMouseControl/JoystickMouseControl.ino
Outdated
Show resolved
Hide resolved
Co-authored-by: per1234 <[email protected]>
Thanks a lot @per1234 for spotting that, all suggestions applied. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @karlsoderby!
All links inside the "Built-in Examples" had links pointing to older tutorials. This PR updates them to point to the docs.arduino.cc hosted tutorials.