Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Broken Mathematics Links on the Intro Page #634

Open
davehadley opened this issue Jan 21, 2021 · 0 comments · May be fixed by #676
Open

Broken Mathematics Links on the Intro Page #634

davehadley opened this issue Jan 21, 2021 · 0 comments · May be fixed by #676

Comments

@davehadley
Copy link

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! 😄

Fax added a commit to Fax/rust-cookbook that referenced this issue Nov 22, 2022
issue rust-lang-nursery#634
rust-lang-nursery#634

Replace #include science/mathematcs.md from science.md with the correct
links from the root folder.
The same rule is already applied to the web/client section, so it is
nothing new.
@Fax Fax linked a pull request Nov 22, 2022 that will close this issue
Fax added a commit to Fax/rust-cookbook that referenced this issue Nov 22, 2022
Same issue as in rust-lang-nursery#634, links in md files included in md files from other
folders will have wrong relative path in one of the two locations.
in this case the root file development_tools.md was working and the
debugging.md was broken.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant