Closed
Description
I landed on https://github.com/rustwasm/wasm-pack, clicked on the link in the repo description which is
https://rustwasm.github.io/wasm-pack/
Inside this website, it looks like most of the links to other parts of the website throw 404
.
For example if I click rust
of previously linked page, the url points to
"https://rustwasm.github.io/prerequisites/rust.html" which 404s, but the side-bar has the correct url which is
"https://rustwasm.github.io/wasm-pack/prerequisites/rust.html".
Looks like the internal links are missing wasm-pack/
after https://rustwasm.github.io/
?