rustwasm / book

The Rust and WebAssembly Book
https://rustwasm.github.io/docs/book/
MIT License
1.73k stars 208 forks source link

Multiple broken (404) links in the documentation #203

Open fbitti opened 4 years ago

fbitti commented 4 years ago

Hi everyone, I'd like to report all the following links are broken. I'd love to submit a pull request with the fixes myself, however, I don't manage to find the alternative pages that contain the desired info.

Linked from: https://rustwasm.github.io/docs/wasm-pack/print.html URLs:

Linked from: https://rustwasm.github.io/docs/wasm-bindgen/reference/accessing-properties-of-untyped-js-values.html URLs:

Linked from: https://rustwasm.github.io/docs/wasm-bindgen/examples/websockets.html URL: https://rustwasm.github.io/wasm-bindgen/exbuild/websockets/

Linked from: https://rustwasm.github.io/docs/wasm-bindgen/reference/attributes/on-rust-exports/js_name.html URL: https://rustwasm.github.io/wasm-bindgen/reference/attributes/on-rust-exports/js_class.html

Linked from: https://rustwasm.github.io/docs/wasm-pack/tutorials/npm-browser-packages/index.html URL: https://rustwasm.github.io/docs/prerequisites/index.html

Happy 2020!