From 2a57c23b5504d3c727910e91883316b46ec64c90 Mon Sep 17 00:00:00 2001 From: GianMarco Date: Tue, 26 Dec 2023 10:55:15 -0500 Subject: [PATCH] Update link for chess game sample --- src/tutorial/onchain-chess/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tutorial/onchain-chess/README.md b/src/tutorial/onchain-chess/README.md index 314f1103..32668c7b 100644 --- a/src/tutorial/onchain-chess/README.md +++ b/src/tutorial/onchain-chess/README.md @@ -17,7 +17,7 @@ We're building an on-chain chess game contract that lets you start a new game an 3. Add some functions to check a legal move 4. Play chess ♟♙ - integration test! -The full code of tutorial is based on [this repo](https://github.com/dojoengine/origami/tree/main/dojo-chess). +The full code of tutorial is based on [this repo](https://github.com/dojoengine/origami/tree/main/examples/chess). If this seems too hard, don't worry! This guide is for beginners. If you know some basics about Cairo and Dojo, you're good. We won't make a full chess game with all the rules. We're keeping it simple.