-
-
Notifications
You must be signed in to change notification settings - Fork 732
Is it possible to access the old Language Reference pages? #209
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
Comments
You are right @per1234 , we are using this redirect map but some links are wrong:
I'm going to remove the redirects to help you and the community with the review. Thank you! |
Thanks, that made the work immensely easier. I believe I've now mined the closed issues labeled I've submitted PRs for all of the major regressions I found through that process except this one: I believe the rest of the work on my to-do list can be done without access to the previous pages but I suspect there are other regressions that were not exposed by looking through the closed issues. It's frustrating to see improvements to the documentation make over the last couple of years gone. I am really excited about this new reference system but it's unfortunate that it's all based on significantly outdated content. I'm guessing you'll want to get those redirects turned back on ASAP but it would be really nice it there was still some way for people working on the documentation content to still have access to the previous pages. |
I restored the redirects and opened a new issue (#236) for the thing you reported. Thanks |
In the process of fixing regressions, I'm frequently wanting to look at the old reference pages so that I can port the changes here.
I did find that I could access the pre-change version of one page by using the previous URL:
https://www.arduino.cc/en/Reference/AttachInterrupt/
but with other pages that doesn't work because they redirect to the new page, for example:
https://www.arduino.cc/en/Reference/Constants
redirects to
https://www.arduino.cc/reference/en/language/variables/constants/constants
So, as a side note, I suspect that actually the lack of a redirect on https://www.arduino.cc/en/Reference/AttachInterrupt/ may be a bug.
The text was updated successfully, but these errors were encountered: