From 81703174bd4cb858d7926736996c96b0bf78573a Mon Sep 17 00:00:00 2001 From: Eckmoule Date: Sun, 24 Sep 2023 16:38:19 +0200 Subject: [PATCH] chore: cairo book links (#152) --- exercises/move_semantics/README.md | 4 ++-- info.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/exercises/move_semantics/README.md b/exercises/move_semantics/README.md index 00463542c..325749acb 100644 --- a/exercises/move_semantics/README.md +++ b/exercises/move_semantics/README.md @@ -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) diff --git a/info.toml b/info.toml index a28f5f82a..a772243c3 100644 --- a/info.toml +++ b/info.toml @@ -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]]