undici
undici copied to clipboard
Broken links in docs/docsify/sidebar.md – incorrect API doc URLs
Bug Description
All the links on the docsify/sidebar.md page are broken. Page links are like this https://github.com/nodejs/undici/blob/main/docs/api/WebSocket.md But must be like this https://github.com/nodejs/undici/blob/main/docs/docs/api/WebSocket.md
Reproducible By
Expected Behavior
It should not give 404 when opening the pages.
Logs & Screenshots
Environment
Additional context
If it is suitable, I can open a PR for this
I don't recall if that's on purpose; cannot remember if auto generated.
cc: @Ethan-Arrowood
Nothing intentional - I think this is just a long standing issue with docsify and our nested directory structure. Please feel free to send a fix. Thank you!