reference-en icon indicating copy to clipboard operation
reference-en copied to clipboard

Incorrect breadcrumb links

Open monodop opened this issue 4 years ago • 7 comments

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

monodop avatar May 03 '21 03:05 monodop

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.

VeloSteve avatar Apr 10 '24 15:04 VeloSteve

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.

MakerPact avatar Jun 30 '24 04:06 MakerPact

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?

MakerPact avatar Jun 30 '24 04:06 MakerPact

@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).

per1234 avatar Jun 30 '24 18:06 per1234

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

monodop avatar Jun 30 '24 21:06 monodop

serialbreadcrumbs

monodop avatar Jun 30 '24 21:06 monodop

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

VeloSteve avatar Sep 12 '24 16:09 VeloSteve