summaryrefslogtreecommitdiff
path: root/exercises/move_semantics/README.md
diff options
context:
space:
mode:
authordelet0r <lucas@humfeldt.de>2018-11-27 10:54:01 +0100
committerdelet0r <lucas@humfeldt.de>2018-11-27 10:54:01 +0100
commitb0c9b33978ca6ae1eff3658c7c6d0bfe48926d23 (patch)
tree02e37627f3554117efcfe514547a1608d6e9cfed /exercises/move_semantics/README.md
parent0973e600566baa0071cfd050bdfbf62a3e72b43e (diff)
Changed Rust Book versions in links to 2018
Forgot to add changes to last commit.
Diffstat (limited to 'exercises/move_semantics/README.md')
-rw-r--r--exercises/move_semantics/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/exercises/move_semantics/README.md b/exercises/move_semantics/README.md
index d9c6c65..c8095bf 100644
--- a/exercises/move_semantics/README.md
+++ b/exercises/move_semantics/README.md
@@ -1,7 +1,7 @@
These exercises are adapted from [pnkfelix](https://github.com/rustlings/rustlings/blob/master)'s [Rust Tutorial](https://pnkfelix.github.io/rust-examples-icfp2014/) -- Thank you Felix!!!
For this exercise check out the chapters:
-- [Ownership](https://doc.rust-lang.org/book/second-edition/ch04-01-what-is-ownership.html)
-- [Reference and borrowing](https://doc.rust-lang.org/book/second-edition/ch04-02-references-and-borrowing.ht)
+- [Ownership](https://doc.rust-lang.org/book/2018-edition/ch04-01-what-is-ownership.html)
+- [Reference and borrowing](https://doc.rust-lang.org/book/2018-edition/ch04-02-references-and-borrowing.html)
of the Rust Book. \ No newline at end of file