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.85k stars 354 forks source link

Fix internal links #256

Closed koalp closed 3 years ago

koalp commented 3 years ago

Following on from https://github.com/rust-unofficial/patterns/pull/255 , this pull request fixes several broken links

According to mdbook-linkcheck, a link is still broken in additional_ressources/design-principles.md but I do not know what [not] could link to.

sidenote : it is said that mdbook-linkcheck is disabled due to gh-actions but why is it incompatible with gh-actions ?