Skip to content

Commit

Permalink
chore: cairo book links (#152)
Browse files Browse the repository at this point in the history
  • Loading branch information
Eckmoule authored Sep 24, 2023
1 parent a615064 commit 8170317
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions exercises/move_semantics/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@

For this section, reading the Cairo book references is especially important.

- [Ownership](https://cairo-book.github.io/ch03-00-understanding-ownership.html)
- [Reference and borrowing](https://cairo-book.github.io/ch03-02-references-and-snapshots.html)
- [Ownership](https://cairo-book.github.io/ch04-00-understanding-ownership.html)
- [Reference and borrowing](https://cairo-book.github.io/ch04-02-references-and-snapshots.html)
2 changes: 1 addition & 1 deletion info.toml
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ where the error is.
Also: Try accessing `arr0` after having called `fill_arr()`. See what happens!
Read more about move semantics and ownership here: https://cairo-book.github.io/ch03-01-what-is-ownership.html
Read more about move semantics and ownership here: https://cairo-book.github.io/ch04-01-what-is-ownership.html
"""

[[exercises]]
Expand Down

0 comments on commit 8170317

Please sign in to comment.