From 8a6285d4f2fb319fd0f7b6ef897a5deb7cbffead Mon Sep 17 00:00:00 2001 From: ivcained <86070833+ivcained@users.noreply.github.com> Date: Wed, 20 Dec 2023 05:34:54 -0500 Subject: [PATCH] chore: update unity.md The link with the ahref (dojo-starter-unity) was pointing to https://book.dojoengine.org/cairo/hello-dojo.html instead of the [Dojo Starter Unity Page] (https://github.com/dojoengine/dojo-starter-unity) --- src/client/sdk/unity.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/sdk/unity.md b/src/client/sdk/unity.md index 74dcc49d..a010178f 100644 --- a/src/client/sdk/unity.md +++ b/src/client/sdk/unity.md @@ -100,4 +100,4 @@ Get started by: 0. [Prerequisites](#prerequisites) 1. Cloning the [dojo.unity](https://github.com/dojoengine/dojo.unity) 2. Open project within Unity -3. Run the [dojo-starter](https://book.dojoengine.org/cairo/hello-dojo.html) project and make sure to have Katana and Torii running. +3. Run the [dojo-starter](https://github.com/dojoengine/dojo-starter-unity) project and make sure to have Katana and Torii running.