Skip to content

Update cookbook urls #191

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

Merged
merged 1 commit into from
Jul 31, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions _posts/2017-05-05-libz-blitz.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ Part of the work done in the Libz Blitz for each crate will be identifying the
key problem statements the crate is trying to address, and adding strong
examples for each to the cookbook.

[Rust Cookbook]: https://github.com/brson/rust-cookbook
[Rust Cookbook]: https://github.com/rust-lang-nursery/rust-cookbook

### Rust standards of discoverability

Expand Down Expand Up @@ -356,7 +356,7 @@ Here's the plan:
- We will launch a self-sustaining process of library improvement that
can by applied consistently across the entire ecosystem.

[crate cookbook]: https://brson.github.io/rust-cookbook/
[crate cookbook]: https://rust-lang-nursery.github.io/rust-cookbook/

Thank you to everyone who has contributed thus far, including Alisha
Aneja, Andrew Gallant, Brad Anderson, Charles Chamberlain, Dan
Expand Down
2 changes: 1 addition & 1 deletion _posts/2017-05-15-rust-at-two-years.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ you'd like to jump in.

Also check out:

- [The Rust Cookbook](https://github.com/brson/rust-cookbook)
- [The Rust Cookbook](https://rust-lang-nursery.github.io/rust-cookbook/)
- [The new error format rolled out in Rust 1.12.0](https://github.com/rust-lang/rust/issues/35233)
- [The question mark operator stabilized in Rust 1.13.0](https://github.com/rust-lang/rust/pull/31954)

Expand Down
2 changes: 1 addition & 1 deletion _posts/2017-07-05-Rust-Roadmap-Update.md
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ xpayn, and everyone else who helps make Rust great. -->
[blitzblog]: https://blog.rust-lang.org/2017/05/05/libz-blitz.html
[blitz]: https://internals.rust-lang.org/t/rust-libz-blitz/5184
[API guidelines]: https://github.com/brson/rust-api-guidelines
[cook]: https://brson.github.io/rust-cookbook/
[cook]: https://rust-lang-nursery.github.io/rust-cookbook/

### Rust should integrate easily into large build systems

Expand Down