diff options
| author | Russell Cousineau <miller.time.baby@gmail.com> | 2019-06-06 20:17:22 -0700 |
|---|---|---|
| committer | Russell Cousineau <miller.time.baby@gmail.com> | 2019-06-11 07:13:05 -0700 |
| commit | 63c133e4a3f48bc15a75797dcea98bcf2f81cf2e (patch) | |
| tree | a547970c3311411a11b43491206a82db77cb94d3 /exercises/move_semantics | |
| parent | b8d59d699bed76b6be95d1ed41881d00d4b0d533 (diff) | |
chore: Fix a couple broken book links
Diffstat (limited to 'exercises/move_semantics')
| -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) |
