mirror of
https://github.com/rust-lang-nursery/rust-cookbook
synced 2025-02-16 20:28:27 +00:00
Merge pull request #73 from budziq/contrib_fix
Fixing rest of broken links in CONTRIBUTING.md
This commit is contained in:
commit
9f761b3982
1 changed files with 3 additions and 3 deletions
|
@ -5,7 +5,7 @@ contribute to. Help is welcome.
|
|||
|
||||
* [Building and testing](#building-and-testing)
|
||||
* [Finding what to contribute](#finding-what-to-contribute)
|
||||
* [Adding an example](#how-to-contribute)
|
||||
* [Adding an example](#adding-an-example)
|
||||
* [Example guidelines](#example-guidelines)
|
||||
|
||||
## Building and testing
|
||||
|
@ -82,7 +82,7 @@ For more about which crates are represented in the cookbook, see ["a
|
|||
note about crate representation"][which-crates] in the cookbok.
|
||||
|
||||
[crate-tasks]: https://github.com/brson/rust-cookbook/issues?q=is%3Aissue+is%3Aopen+label%3Acrate-tasks
|
||||
[which-crates]: https://brson.github.io/rust-cookbook/about.html#which-crates
|
||||
[which-crates]: https://brson.github.io/rust-cookbook/about.html#a-note-about-crate-representation
|
||||
[libz blitz]: https://internals.rust-lang.org/t/rust-libz-blitz/5184
|
||||
|
||||
## Adding an example
|
||||
|
@ -169,5 +169,5 @@ Finally, this book is intended to also demonstrate the integration
|
|||
of crates that work well together. Super bonus points for examples
|
||||
that feature multiple crates sensibly.
|
||||
|
||||
[errors]: https://brson.github.io/rust-cookbook/about.html#errors
|
||||
[errors]: https://brson.github.io/rust-cookbook/about.html#a-note-about-error-handling
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue