Skip to content

Incorrect redirects for old setup and loop pages #537

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

Closed
per1234 opened this issue Feb 6, 2019 · 2 comments
Closed

Incorrect redirects for old setup and loop pages #537

per1234 opened this issue Feb 6, 2019 · 2 comments
Assignees
Labels

Comments

@per1234
Copy link
Collaborator

per1234 commented Feb 6, 2019

https://www.arduino.cc/en/Reference/Setup
redirects to:
https://www.arduino.cc/reference/en/language/functions/main/setup/
but the correct URL is:
https://www.arduino.cc/reference/en/language/structure/sketch/setup/


https://www.arduino.cc/en/Reference/Loop
redirects to:
https://www.arduino.cc/reference/en/language/functions/main/loop/
but the correct URL is:
https://www.arduino.cc/reference/en/language/structure/sketch/loop/


This is not necessarily a comprehensive list. It's just the two instances I stumbled across on the "See also" section of this page:
https://www.arduino.cc/en/Tutorial/Sketch

There are previous issues related to redirects from the old reference URLs, but those have a difference cause than this one:

@endorama endorama self-assigned this Jul 10, 2019
@endorama
Copy link

updated redirects to setup and loop.

pinMode was also wrong, fixed.

(expect cache to last few hours)

@endorama
Copy link

Redirects are working, closing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants