From 10374d0d389b04f556f9c93a066a359fa7ee04d6 Mon Sep 17 00:00:00 2001 From: Shramee Srivastav Date: Thu, 5 Sep 2024 15:29:06 -0400 Subject: [PATCH] chore: fix dict3 deadlink --- info.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/info.toml b/info.toml index d3c49ee4a..92ec52a4a 100644 --- a/info.toml +++ b/info.toml @@ -532,8 +532,8 @@ name = "dict3" path = "exercises/dict/dict3.cairo" mode = "test" hint = """ -Example of custom data structures using dicts can be found in this chapter : -https://book.cairo-lang.org/ch03-03-custom-data-structures.html +Example of dicts can be found in this chapter : +https://book.cairo-lang.org/ch03-02-dictionaries.html """ # MODULES