rust-lang-nursery / rust-cookbook

https://rust-lang-nursery.github.io/rust-cookbook
Creative Commons Zero v1.0 Universal
2.25k stars 284 forks source link

Broken Mathematics Links on the Intro Page #634

Open davehadley opened 3 years ago

davehadley commented 3 years ago

Links on the front page https://rust-lang-nursery.github.io/rust-cookbook/intro.html in the mathematics section link to pages with a 404 error.

For example the vector norm link is: https://rust-lang-nursery.github.io/rust-cookbook/mathematics/linear_algebra.html#vector-norm

Links on the mathematics page itself (https://rust-lang-nursery.github.io/rust-cookbook/science/mathematics.html) seem to work correctly. For example here the vector norm link here is: https://rust-lang-nursery.github.io/rust-cookbook/science/mathematics/linear_algebra.html#vector-norm which works for me.

Is mathematics a science? 🤔 It seems the rust-cookbook can't make up its mind! 😄