diff options
Diffstat (limited to 'exercises/move_semantics/README.md')
| -rw-r--r-- | exercises/move_semantics/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
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) |
