handbook icon indicating copy to clipboard operation
handbook copied to clipboard

Fixed wrong link in iframe.md

Open korrectional opened this issue 11 months ago • 4 comments

https://jitsi.github.io/handbook/docs/dev-guide/dev-guide-iframe had a link to the react sdk documentation which was incorrect (https://jitsi.github.io/handbook/docs/dev-guide/dev-guide-iframe/dev-guide-react-sdk). I fixed the link (https://jitsi.github.io/handbook/docs/dev-guide/dev-guide-react-sdk/).

korrectional avatar Jan 28 '25 23:01 korrectional

The link is relative to the current path and is working as expected in the handbook

damencho avatar Jan 29 '25 03:01 damencho

The link is relative to the current path and is working as expected in the handbook

When I am directed to https://jitsi.github.io/handbook/docs/dev-guide/dev-guide-iframe/dev-guide-react-sdk I see this: https://imgur.com/a/v8jRl1V I tested this on both my phone and pc.

korrectional avatar Jan 29 '25 13:01 korrectional

Hum, am I doing it wrong? I go to this page Screenshot_20250129-083123 And when I click the link for the tip about React SDK I'm forwarded to this page: Screenshot_20250129-083130

damencho avatar Jan 29 '25 14:01 damencho

FWIW I get the same behavior as OP, aka page not found.

That said, the proposed fix is not good, it should be the document ID and docusaurus generates de right link. Unless there is a bug lurking somewhere...

saghul avatar Jan 29 '25 14:01 saghul