From 63c133e4a3f48bc15a75797dcea98bcf2f81cf2e Mon Sep 17 00:00:00 2001 From: Russell Cousineau Date: Thu, 6 Jun 2019 20:17:22 -0700 Subject: chore: Fix a couple broken book links --- exercises/move_semantics/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'exercises/move_semantics/README.md') diff --git a/exercises/move_semantics/README.md b/exercises/move_semantics/README.md index 1b9cab7..6842af7 100644 --- a/exercises/move_semantics/README.md +++ b/exercises/move_semantics/README.md @@ -6,5 +6,5 @@ These exercises are adapted from [pnkfelix](https://github.com/pnkfelix)'s [Rust For this section, the book links are especially important. -- [Ownership](https://doc.rust-lang.org/stable/book/ch04-01-what-is-ownership.html) -- [Reference and borrowing](https://doc.rust-lang.org/stable/book/ch04-02-references-and-borrowing.html) +- [Ownership](https://doc.rust-lang.org/book/ch04-01-what-is-ownership.html) +- [Reference and borrowing](https://doc.rust-lang.org/book/ch04-02-references-and-borrowing.html) -- cgit v1.2.3