Skip to content
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

Incorrect breadcrumb links #827

Open
monodop opened this issue May 3, 2021 · 7 comments
Open

Incorrect breadcrumb links #827

monodop opened this issue May 3, 2021 · 7 comments
Labels

Comments

@monodop
Copy link

monodop commented May 3, 2021

I am noticing that the breadcrumb links don't seem to be working correctly for me.

For example, on the page: https://www.arduino.cc/reference/en/language/functions/communication/serial/readbytes/

The link to "Serial" in the breadcrumbs points to: https://www.arduino.cc/reference/en#serial

I believe, instead, it should point to: https://www.arduino.cc/reference/en/language/functions/communication/serial/

I've noticed this happen in the past as well, but I don't have all of the examples on hand right now.

image

@per1234 per1234 added the bug label May 3, 2021
@VeloSteve
Copy link

Still a problem in 2024. For example, if I am on https://www.arduino.cc/reference/en/language/functions/communication/stream/streamreadbytesuntil/
and I click Stream in the breadcrumb line it takes me to
https://www.arduino.cc/reference/en/
This is just a list of some Arduino functions, and not the Stream information that a user would expect.

Examining this page, there is a Stream link which goes to the correct page (https://www.arduino.cc/reference/en/language/functions/communication/stream/) but requiring this extra step is a bug.

By the way, it's only a coincidence that I was on a Stream function like the original poster. This also happens with Wire, Mouse, SPI, and probably all the others.

@MaderDash
Copy link

Still a problem in 2024. For example, if I am on https://www.arduino.cc/reference/en/language/functions/communication/stream/streamreadbytesuntil/ and I click Stream in the breadcrumb line it takes me to https://www.arduino.cc/reference/en/ This is just a list of some Arduino functions, and not the Stream information that a user would expect.

Examining this page, there is a Stream link which goes to the correct page (https://www.arduino.cc/reference/en/language/functions/communication/stream/) but requiring this extra step is a bug.

By the way, it's only a coincidence that I was on a Stream function like the original poster. This also happens with Wire, Mouse, SPI, and probably all the others.

Just a bump on this, IDK if it's just me or not. But it is working properly for me. Please let me know if this is still an issue.

@MaderDash
Copy link

I am noticing that the breadcrumb links don't seem to be working correctly for me.

For example, on the page: https://www.arduino.cc/reference/en/language/functions/communication/serial/readbytes/

The link to "Serial" in the breadcrumbs points to: https://www.arduino.cc/reference/en#serial

I believe, instead, it should point to: https://www.arduino.cc/reference/en/language/functions/communication/serial/

I've noticed this happen in the past as well, but I don't have all of the examples on hand right now.

image

Same statement. This may be fixed, please check to see if this is still an issue please?

@per1234
Copy link
Collaborator

per1234 commented Jun 30, 2024

@MaderDash the behavior is exactly as described in the bug report for me. When I click the "Serial" link in the breadcrumbs, I am taken to the URL https://www.arduino.cc/reference/en#serial, which is simply the Arduino Language Reference home page (not even scrolled down to the relevant section, since there is no serial anchor in the page).

@monodop
Copy link
Author

monodop commented Jun 30, 2024

@MaderDash I still see the same issue with the breadcrumbs today

@monodop
Copy link
Author

monodop commented Jun 30, 2024

serialbreadcrumbs

@VeloSteve
Copy link

Yes, the same issue from 2024 is still there. The link takes you to the index instead of the topic.

@arduino arduino locked as too heated and limited conversation to collaborators Sep 12, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

4 participants