rust-unofficial / patterns

A catalogue of Rust design patterns, anti-patterns and idioms
https://rust-unofficial.github.io/patterns/
Mozilla Public License 2.0
7.95k stars 362 forks source link

In-repo links not working on mdBook #130

Closed simonsan closed 3 years ago

simonsan commented 3 years ago

Currently in repository links to other md files (e.g. in intro (and other pages?)) are not working due to https://github.com/rust-lang/mdBook/issues/431

simonsan commented 3 years ago

I've added direct links now to intro.md to the book chapters. That's obviously no long-term solution. :-/

Other in-repo links are still broken inside the book.

MarcoIeni commented 3 years ago

Attempt to fix this in #143

Other in-repo links are still broken inside the book.

If that solution works, we can apply it also to the other links

simonsan commented 3 years ago

If that solution works, we can apply it also to the other links

SOME of the other in-repo links mysteriously work 🤷🏽, not sure, but we could be also able to solve it if we rename the README.md to index.md? Might be worth a try

MarcoIeni commented 3 years ago

Is this solved now? If not can you provide not working links or submit a PR to fix them?

simonsan commented 3 years ago

👍🏽