You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The files present in the Folder: reference-en/Language/Functions/Communication/Stream/
Contain Links in each documentation which doesn’t lead us to correct page.
For example:
I found these instances in various files of Stream. I checked this on the website and it is working fine there but not in the documentation present in the repo. I am a little confused due to this. @per1234 Please guide me whether this is a problem or not.
The text was updated successfully, but these errors were encountered:
This is because on arduino.cc each page is a folder, while on GitHub each page is only a file. You will notice this in the relative links where there is one more layer of .. than you would expect. So there is no problem. The files in the reference repositories are intended to be used to generate the Language Reference on arduino.cc. The fact that GitHub renders asciidoc is convenient, but it should not be considered an indication that the language reference content is intended to ever be read by users here on GitHub.
The files present in the Folder:
reference-en/Language/Functions/Communication/Stream/
Contain Links in each documentation which doesn’t lead us to correct page.
For example:
On line 18: It has a link Stream class which redirects a user to https://github.com/arduino/reference-en/blob/master/Language/Functions/stream, but the correct link should be https://github.com/arduino/reference-en/tree/master/Language/Functions/Communication/Stream
On line 17: It has a link Stream.setTimeout() which redirects a user to https://github.com/arduino/reference-en/blob/master/Language/Functions/Communication/streamsettimeout, but it should be https://github.com/arduino/reference-en/blob/master/Language/Functions/Communication/Stream/streamSetTimeout.adoc
I found these instances in various files of Stream. I checked this on the website and it is working fine there but not in the documentation present in the repo. I am a little confused due to this.
@per1234 Please guide me whether this is a problem or not.
The text was updated successfully, but these errors were encountered: